Html Css Color HEX #FAE712 Lemon

📋 copy color: '#FAE712'

red 250 ◦ green 231 ◦ blue 18

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

Shades of Lemon #FAE712

Tints of Lemon #FAE712

RGB

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

 GREEN value IS 231 (90.63% from 255) = 46.29%

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

R = 50.1%
G = 46.29%
B = 3.61%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAE712 (or 0xFAE712) is known color: Lemon. HEX triplet: FA, E7 and 12. RGB value is (250,231,18). Sum of RGB (Red+Green+Blue) = 250+231+18=499 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50.10% from 499); Green value is 231 (90.62% from 255 or 46.29% from 499); Blue value is 18 (7.42% from 255 or 3.61% from 499); Max value from RGB is 250 - color contains mainly: red. Hex color #FAE712 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAE712 is #0518ED. Grayscale: #D5D5D5. Windows color (decimal): -334062 or 1239034. OLE color: 1239034.

HSL color Cylindrical-coordinate representation of color #FAE712: hue angle of 55.09º 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 #FAE712 is Cyan = 0, Magento = 0.08, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 231 18 -
CMYK 0 0.08 0.93 0.02
HSL 55.09º 0.96% 0.53% -
HSV(B) 55.09º 0.93% 0.98% -
XYZ 68.11 77.52 11.95 -
YUV 212.4 18.29 154.82 -
System Red Green Blue C M Y K H S L
Decimal 250 231 18 0 0.08 0.93 0.02 55.09 0.96 0.53
Hex FA E7 12 0 8 5D 2 37 60 35
Octal 372 347 22 0 10 135 2 67 140 65
Binary 11111010 11100111 10010 0 1000 1011101 10 110111 1100000 110101

Color Harmonies of #FAE712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAE712

Black with #FAE712

Text Example


Text Example

White with #FAE712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAE712; }

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

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

background-color css

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

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

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

border-color css

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

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

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