Html Css Color HEX #FAE413 Lemon

📋 copy color: '#FAE413'

red 250 ◦ green 228 ◦ blue 19

#FAE413
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lemon #FAE413

Tints of Lemon #FAE413

RGB

 RED value IS 250 (98.05% from 255) = 50.3%

 GREEN value IS 228 (89.45% from 255) = 45.88%

 BLUE value IS 19 (7.81% from 255) = 3.82%

R = 50.3%
G = 45.88%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FAE413 (or 0xFAE413) is known color: Lemon. HEX triplet: FA, E4 and 13. RGB value is (250,228,19). Sum of RGB (Red+Green+Blue) = 250+228+19=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 228 (89.45% from 255 or 45.88% from 497); Blue value is 19 (7.81% from 255 or 3.82% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE413 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE413 is #051BEC. Grayscale: #D3D3D3. Windows color (decimal): -334829 or 1303802. OLE color: 1303802.

HSL color Cylindrical-coordinate representation of color #FAE413: hue angle of 54.29º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FAE413 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 228 19 -
CMYK 0 0.09 0.92 0.02
HSL 54.29º 0.96% 0.53% -
HSV(B) 54.29º 0.92% 0.98% -
XYZ 67.29 75.86 11.71 -
YUV 210.75 19.79 155.99 -
System Red Green Blue C M Y K H S L
Decimal 250 228 19 0 0.09 0.92 0.02 54.29 0.96 0.53
Hex FA E4 13 0 9 5C 2 36 60 35
Octal 372 344 23 0 11 134 2 66 140 65
Binary 11111010 11100100 10011 0 1001 1011100 10 110110 1100000 110101

Color Harmonies of #FAE413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE413

Black with #FAE413

Text Example


Text Example

White with #FAE413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE413; }

 p { color: rgb(250,228,19); }

 H1.HeaderClassName
 {
   color: #FAE413;
 }
 .AnyTagClassName
 {
   color: #FAE413;
 }
</style>

background-color css

<style>
 a { background-color: #FAE413; }

 a { background-color: rgb(250,228,19); }

 div.DivClassName
 {
   background-color: #FAE413;
 }
 .BgClassName
 {
   background-color: #FAE413;
 }
</style>

border-color css

<style>
 span { border-color: #FAE413; }

 span { border-color: rgb(250,228,19); }

 td.TdClassName
 {
   border-color: #FAE413;
 }
 .TagClassName
 {
   border-color: #FAE413;
 }
</style>