Html Css Color HEX #FAEA0C Lemon

📋 copy color: '#FAEA0C'

red 250 ◦ green 234 ◦ blue 12

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

Shades of Lemon #FAEA0C

Tints of Lemon #FAEA0C

RGB

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

 GREEN value IS 234 (91.8% from 255) = 47.18%

 BLUE value IS 12 (5.08% from 255) = 2.42%

R = 50.4%
G = 47.18%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAEA0C (or 0xFAEA0C) is known color: Lemon. HEX triplet: FA, EA and 0C. RGB value is (250,234,12). Sum of RGB (Red+Green+Blue) = 250+234+12=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 234 (91.80% from 255 or 47.18% from 496); Blue value is 12 (5.08% from 255 or 2.42% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEA0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEA0C is #0515F3. Grayscale: #D6D6D6. Windows color (decimal): -333300 or 846586. OLE color: 846586.

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

Color convert

RGB 250 234 12 -
CMYK 0 0.06 0.95 0.02
HSL 55.97º 0.96% 0.51% -
HSV(B) 55.97º 0.95% 0.98% -
XYZ 68.91 79.2 12 -
YUV 213.48 14.3 154.05 -
System Red Green Blue C M Y K H S L
Decimal 250 234 12 0 0.06 0.95 0.02 55.97 0.96 0.51
Hex FA EA C 0 6 5F 2 38 60 33
Octal 372 352 14 0 6 137 2 70 140 63
Binary 11111010 11101010 1100 0 110 1011111 10 111000 1100000 110011

Color Harmonies of #FAEA0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEA0C

Black with #FAEA0C

Text Example


Text Example

White with #FAEA0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEA0C; }

 p { color: rgb(250,234,12); }

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

background-color css

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

 a { background-color: rgb(250,234,12); }

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

border-color css

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

 span { border-color: rgb(250,234,12); }

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