Html Css Color HEX #FAEB0C Lemon

📋 copy color: '#FAEB0C'

red 250 ◦ green 235 ◦ blue 12

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

Shades of Lemon #FAEB0C

Tints of Lemon #FAEB0C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 47.28%

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

R = 50.3%
G = 47.28%
B = 2.41%

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

#FAEB0C (or 0xFAEB0C) is known color: Lemon. HEX triplet: FA, EB and 0C. RGB value is (250,235,12). Sum of RGB (Red+Green+Blue) = 250+235+12=497 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.30% from 497); Green value is 235 (92.19% from 255 or 47.28% from 497); Blue value is 12 (5.08% from 255 or 2.41% from 497); Max value from RGB is 250 - color contains mainly: red. Hex color #FAEB0C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAEB0C is #0514F3. Grayscale: #D6D6D6. Windows color (decimal): -333044 or 846842. OLE color: 846842.

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

Color convert

RGB 250 235 12 -
CMYK 0 0.06 0.95 0.02
HSL 56.22º 0.96% 0.51% -
HSV(B) 56.22º 0.95% 0.98% -
XYZ 69.2 79.77 12.1 -
YUV 214.06 13.97 153.63 -
System Red Green Blue C M Y K H S L
Decimal 250 235 12 0 0.06 0.95 0.02 56.22 0.96 0.51
Hex FA EB C 0 6 5F 2 38 60 33
Octal 372 353 14 0 6 137 2 70 140 63
Binary 11111010 11101011 1100 0 110 1011111 10 111000 1100000 110011

Color Harmonies of #FAEB0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAEB0C

Black with #FAEB0C

Text Example


Text Example

White with #FAEB0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAEB0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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