Html Css Color HEX #FAE412 Lemon

📋 copy color: '#FAE412'

red 250 ◦ green 228 ◦ blue 18

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

Shades of Lemon #FAE412

Tints of Lemon #FAE412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.63%

R = 50.4%
G = 45.97%
B = 3.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAE412 (or 0xFAE412) is known color: Lemon. HEX triplet: FA, E4 and 12. RGB value is (250,228,18). Sum of RGB (Red+Green+Blue) = 250+228+18=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 228 (89.45% from 255 or 45.97% from 496); Blue value is 18 (7.42% from 255 or 3.63% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE412 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FAE412 is #051BED. Grayscale: #D3D3D3. Windows color (decimal): -334830 or 1238266. OLE color: 1238266.

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

Color convert

RGB 250 228 18 -
CMYK 0 0.09 0.93 0.02
HSL 54.31º 0.96% 0.53% -
HSV(B) 54.31º 0.93% 0.98% -
XYZ 67.28 75.85 11.67 -
YUV 210.64 19.29 156.08 -
System Red Green Blue C M Y K H S L
Decimal 250 228 18 0 0.09 0.93 0.02 54.31 0.96 0.53
Hex FA E4 12 0 9 5D 2 36 60 35
Octal 372 344 22 0 11 135 2 66 140 65
Binary 11111010 11100100 10010 0 1001 1011101 10 110110 1100000 110101

Color Harmonies of #FAE412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE412

Black with #FAE412

Text Example


Text Example

White with #FAE412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE412; }

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

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

background-color css

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

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

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

border-color css

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

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

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