Html Css Color HEX #FAF121 Lemon

📋 copy color: '#FAF121'

red 250 ◦ green 241 ◦ blue 33

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

Shades of Lemon #FAF121

Tints of Lemon #FAF121

RGB

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

 GREEN value IS 241 (94.53% from 255) = 45.99%

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

R = 47.71%
G = 45.99%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAF121 (or 0xFAF121) is known color: Lemon. HEX triplet: FA, F1 and 21. RGB value is (250,241,33). Sum of RGB (Red+Green+Blue) = 250+241+33=524 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.71% from 524); Green value is 241 (94.53% from 255 or 45.99% from 524); Blue value is 33 (13.28% from 255 or 6.30% from 524); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF121 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF121 is #050EDE. Grayscale: #DCDCDC. Windows color (decimal): -331487 or 2224634. OLE color: 2224634.

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

Color convert

RGB 250 241 33 -
CMYK 0 0.04 0.87 0.02
HSL 57.51º 0.96% 0.55% -
HSV(B) 57.51º 0.87% 0.98% -
XYZ 71.15 83.34 13.78 -
YUV 219.98 22.48 149.41 -
System Red Green Blue C M Y K H S L
Decimal 250 241 33 0 0.04 0.87 0.02 57.51 0.96 0.55
Hex FA F1 21 0 4 57 2 3A 60 37
Octal 372 361 41 0 4 127 2 72 140 67
Binary 11111010 11110001 100001 0 100 1010111 10 111010 1100000 110111

Color Harmonies of #FAF121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF121

Black with #FAF121

Text Example


Text Example

White with #FAF121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF121; }

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

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

background-color css

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

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

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

border-color css

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

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

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