COLOR #FAE024

HEX: #FAE024
RGB: (250,224,36)

Renk bilgisi

#FAE024 contains mainly red and green colors. #FAE024 ‘ nin web güvenlik rengi #FFCC33 (ya da #FC3) dir.

RGB renk modeli

#FAE024 color RGB value is (250,224,36).

  • kırmız ton 250;
  • yeşil ton 224;
  • mavi ton 36.
RGB:
(250,224,36)
(98%,88%,14%)

RGB bağlantıları ve doygunluk

R 250 of 255 = 98%
G 224 of 255 = 88%
B 36 of 255 = 14%

250
224
36

R + G + B ~ 67%. #FAE024 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
250 + 224 + 36 = 510 (100%)
R 250 of 510 ~ 49.02%
G 224 of 510 ~ 43.92%
B 36 of 510 ~ 7.06%

%49.02
%43.92

CMYK RENK MODELİ

#FAE024 rengi CMYK tonu (0,10,86,2).

  • camgöbeği tonu 0.00%
  • eflatun tonu 10.40%
  • sarı tonu 85.60%
  • ana renk tonu 1.96%
CMYK:
(0,10,86,2)
C0M10Y86K2 
(0%,10%,86%,2%)
(0.00/0.10/0.86/0.02)	

CMYK yüzdeleri

%0
%10.4
%85.6
%1.96

Codes

Color #FAE024 in popluar color models

FAE024
RGB25022436
HSL53°95.54%56.08%
HSB/HSV53°85.60%98.04%
CMYK0.00%10.40%85.60%
1.96%

Color #FAE024 in popluar number systems.

HEXFAE024
Decimal25022436
Binary1111101011100000100100
Octal37234044

Shades and tints

Shades of #FAE024

#FAE024
(250,224,36)
#E4CC21
(228,204,33)
#CEB81E
(206,184,30)
#B8A41B
(184,164,27)
#A29018
(162,144,24)
#8C7C15
(140,124,21)
#766812
(118,104,18)
#60540F
(96,84,15)
#4A400C
(74,64,12)
#342C09
(52,44,9)
#1E1806
(30,24,6)
#000000
(0,0,0)

Tints of #FAE024

#FAE024
(250,224,36)
#FAE237
(250,226,55)
#FAE44A
(250,228,74)
#FAE65D
(250,230,93)
#FAE870
(250,232,112)
#FAEA83
(250,234,131)
#FAEC96
(250,236,150)
#FAEEA9
(250,238,169)
#FAF0BC
(250,240,188)
#FAF2CF
(250,242,207)
#FAF4E2
(250,244,226)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FAE024 color. Also use rgb(250,224,36) instead hex code.

Text Font Color

.myTextColor { color: #FAE024; }

<p style="color:#FAE024">This sample text font color is #FAE024.</p>

This text font color is #FAE024.


Background Color

.myBgColor { background-color: #FAE024; }

<div style="background-color:#FAE024">Inner text</div>

This div background color is #FAE024.


Border color

.myBorderColor { border: 1px solid #FAE024; }

<div style="border:3px solid #FAE024">Div</div>

This div border color is #FAE024.


Opacity

.myOpacity80 { color: #FAE024; opacity: 0.8; }

<p style="color:#FAE024;opacity:0.8;">80%</p>

Text with #FAE024 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FAE024;}

<p style="text-shadow: 3px 3px 1px #FAE024">Text here.</p>

This text has shadow with #FAE024 color.

.textShadow {text-shadow: 3px 3px 1px #FAE024, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FAE024, 5px 5px 20px red">Text here.</p>

This text has shadow with #FAE024 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FAE024, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FAE024, Direction=45, Strength=4)">Text</p>

This text has shadow with #FAE024 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FAE024;
  -webkit-box-shadow:	1px 1px 3px 2px #FAE024;
  box-shadow:		1px 1px 3px 2px #FAE024;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FAE024;
-webkit-box-shadow: 1px 1px 3px 2px #FAE024;
box-shadow:1px 1px 3px 2px #FAE024;">
Div content here</div>
This div box has shadow with color #FAE024.

Preview

Color preview on black background

This text has color #FAE024 on black background.


Color preview on white background

This text has color #FAE024 on white background.



Black color preview on #FAE024 background

This text has black color on #FAE024 background.


White color preview on #FAE024 background

This text has white color on #FAE024 background.