Html Css Color HEX #FAF20C Lemon

📋 copy color: '#FAF20C'

red 250 ◦ green 242 ◦ blue 12

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

Shades of Lemon #FAF20C

Tints of Lemon #FAF20C

RGB

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

 GREEN value IS 242 (94.92% from 255) = 48.02%

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

R = 49.6%
G = 48.02%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.02

RGB Variations

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

Color information

#FAF20C (or 0xFAF20C) is known color: Lemon. HEX triplet: FA, F2 and 0C. RGB value is (250,242,12). Sum of RGB (Red+Green+Blue) = 250+242+12=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 12 (5.08% from 255 or 2.38% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF20C is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF20C is #050DF3. Grayscale: #DBDBDB. Windows color (decimal): -331252 or 848634. OLE color: 848634.

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

Color convert

RGB 250 242 12 -
CMYK 0 0.03 0.95 0.02
HSL 57.98º 0.96% 0.51% -
HSV(B) 57.98º 0.95% 0.98% -
XYZ 71.24 83.85 12.78 -
YUV 218.17 11.65 150.7 -
System Red Green Blue C M Y K H S L
Decimal 250 242 12 0 0.03 0.95 0.02 57.98 0.96 0.51
Hex FA F2 C 0 3 5F 2 3A 60 33
Octal 372 362 14 0 3 137 2 72 140 63
Binary 11111010 11110010 1100 0 11 1011111 10 111010 1100000 110011

Color Harmonies of #FAF20C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF20C

Black with #FAF20C

Text Example


Text Example

White with #FAF20C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF20C; }

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

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

background-color css

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

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

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

border-color css

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

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

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