Html Css Color HEX #FAF411 Lemon

📋 copy color: '#FAF411'

red 250 ◦ green 244 ◦ blue 17

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

Shades of Lemon #FAF411

Tints of Lemon #FAF411

RGB

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

 GREEN value IS 244 (95.7% from 255) = 47.75%

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

R = 48.92%
G = 47.75%
B = 3.33%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAF411 (or 0xFAF411) is known color: Lemon. HEX triplet: FA, F4 and 11. RGB value is (250,244,17). Sum of RGB (Red+Green+Blue) = 250+244+17=511 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.92% from 511); Green value is 244 (95.70% from 255 or 47.75% from 511); Blue value is 17 (7.03% from 255 or 3.33% from 511); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF411 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF411 is #050BEE. Grayscale: #DCDCDC. Windows color (decimal): -330735 or 1176826. OLE color: 1176826.

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

Color convert

RGB 250 244 17 -
CMYK 0 0.02 0.93 0.02
HSL 58.45º 0.96% 0.52% -
HSV(B) 58.45º 0.93% 0.98% -
XYZ 71.88 85.07 13.16 -
YUV 219.92 13.49 149.46 -
System Red Green Blue C M Y K H S L
Decimal 250 244 17 0 0.02 0.93 0.02 58.45 0.96 0.52
Hex FA F4 11 0 2 5D 2 3A 60 34
Octal 372 364 21 0 2 135 2 72 140 64
Binary 11111010 11110100 10001 0 10 1011101 10 111010 1100000 110100

Color Harmonies of #FAF411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF411

Black with #FAF411

Text Example


Text Example

White with #FAF411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF411; }

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

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

background-color css

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

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

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

border-color css

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

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

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