Html Css Color HEX #FAF211 Lemon

📋 copy color: '#FAF211'

red 250 ◦ green 242 ◦ blue 17

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

Shades of Lemon #FAF211

Tints of Lemon #FAF211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 3.34%

R = 49.12%
G = 47.54%
B = 3.34%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAF211 (or 0xFAF211) is known color: Lemon. HEX triplet: FA, F2 and 11. RGB value is (250,242,17). Sum of RGB (Red+Green+Blue) = 250+242+17=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 17 (7.03% from 255 or 3.34% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF211 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF211 is #050DEE. Grayscale: #DBDBDB. Windows color (decimal): -331247 or 1176314. OLE color: 1176314.

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

Color convert

RGB 250 242 17 -
CMYK 0 0.03 0.93 0.02
HSL 57.94º 0.96% 0.52% -
HSV(B) 57.94º 0.93% 0.98% -
XYZ 71.28 83.87 12.96 -
YUV 218.74 14.15 150.3 -
System Red Green Blue C M Y K H S L
Decimal 250 242 17 0 0.03 0.93 0.02 57.94 0.96 0.52
Hex FA F2 11 0 3 5D 2 3A 60 34
Octal 372 362 21 0 3 135 2 72 140 64
Binary 11111010 11110010 10001 0 11 1011101 10 111010 1100000 110100

Color Harmonies of #FAF211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF211

Black with #FAF211

Text Example


Text Example

White with #FAF211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF211; }

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

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

background-color css

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

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

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

border-color css

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

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

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