Html Css Color HEX #FAF221 Lemon

📋 copy color: '#FAF221'

red 250 ◦ green 242 ◦ blue 33

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

Shades of Lemon #FAF221

Tints of Lemon #FAF221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 6.29%

R = 47.62%
G = 46.1%
B = 6.29%

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

#FAF221 (or 0xFAF221) is known color: Lemon. HEX triplet: FA, F2 and 21. RGB value is (250,242,33). Sum of RGB (Red+Green+Blue) = 250+242+33=525 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.62% from 525); Green value is 242 (94.92% from 255 or 46.10% from 525); Blue value is 33 (13.28% from 255 or 6.29% from 525); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF221 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF221 is #050DDE. Grayscale: #DDDDDD. Windows color (decimal): -331231 or 2224890. OLE color: 2224890.

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

Color convert

RGB 250 242 33 -
CMYK 0 0.03 0.87 0.02
HSL 57.79º 0.96% 0.55% -
HSV(B) 57.79º 0.87% 0.98% -
XYZ 71.45 83.94 13.87 -
YUV 220.57 22.15 148.99 -
System Red Green Blue C M Y K H S L
Decimal 250 242 33 0 0.03 0.87 0.02 57.79 0.96 0.55
Hex FA F2 21 0 3 57 2 3A 60 37
Octal 372 362 41 0 3 127 2 72 140 67
Binary 11111010 11110010 100001 0 11 1010111 10 111010 1100000 110111

Color Harmonies of #FAF221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF221

Black with #FAF221

Text Example


Text Example

White with #FAF221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF221; }

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

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

background-color css

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

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

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

border-color css

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

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

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