Html Css Color HEX #FAF220 Lemon

📋 copy color: '#FAF220'

red 250 ◦ green 242 ◦ blue 32

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

Shades of Lemon #FAF220

Tints of Lemon #FAF220

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.11%

R = 47.71%
G = 46.18%
B = 6.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAF220 (or 0xFAF220) is known color: Lemon. HEX triplet: FA, F2 and 20. RGB value is (250,242,32). Sum of RGB (Red+Green+Blue) = 250+242+32=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 242 (94.92% from 255 or 46.18% from 524); Blue value is 32 (12.89% from 255 or 6.11% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF220 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF220 is #050DDF. Grayscale: #DDDDDD. Windows color (decimal): -331232 or 2159354. OLE color: 2159354.

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

Color convert

RGB 250 242 32 -
CMYK 0 0.03 0.87 0.02
HSL 57.8º 0.96% 0.55% -
HSV(B) 57.8º 0.87% 0.98% -
XYZ 71.44 83.93 13.8 -
YUV 220.45 21.65 149.08 -
System Red Green Blue C M Y K H S L
Decimal 250 242 32 0 0.03 0.87 0.02 57.8 0.96 0.55
Hex FA F2 20 0 3 57 2 3A 60 37
Octal 372 362 40 0 3 127 2 72 140 67
Binary 11111010 11110010 100000 0 11 1010111 10 111010 1100000 110111

Color Harmonies of #FAF220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF220

Black with #FAF220

Text Example


Text Example

White with #FAF220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF220; }

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

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

background-color css

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

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

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

border-color css

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

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

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