Html Css Color HEX #FAF721 Lemon

📋 copy color: '#FAF721'

red 250 ◦ green 247 ◦ blue 33

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

Shades of Lemon #FAF721

Tints of Lemon #FAF721

RGB

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

 GREEN value IS 247 (96.88% from 255) = 46.6%

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

R = 47.17%
G = 46.6%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FAF721 (or 0xFAF721) is known color: Lemon. HEX triplet: FA, F7 and 21. RGB value is (250,247,33). Sum of RGB (Red+Green+Blue) = 250+247+33=530 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.17% from 530); Green value is 247 (96.88% from 255 or 46.60% from 530); Blue value is 33 (13.28% from 255 or 6.23% from 530); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF721 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF721 is #0508DE. Grayscale: #E0E0E0. Windows color (decimal): -329951 or 2226170. OLE color: 2226170.

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

Color convert

RGB 250 247 33 -
CMYK 0 0.01 0.87 0.02
HSL 59.17º 0.96% 0.55% -
HSV(B) 59.17º 0.87% 0.98% -
XYZ 72.96 86.96 14.38 -
YUV 223.5 20.49 146.9 -
System Red Green Blue C M Y K H S L
Decimal 250 247 33 0 0.01 0.87 0.02 59.17 0.96 0.55
Hex FA F7 21 0 1 57 2 3B 60 37
Octal 372 367 41 0 1 127 2 73 140 67
Binary 11111010 11110111 100001 0 1 1010111 10 111011 1100000 110111

Color Harmonies of #FAF721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF721

Black with #FAF721

Text Example


Text Example

White with #FAF721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF721; }

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

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

background-color css

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

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

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

border-color css

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

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

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