Html Css Color HEX #FAF111 Lemon

📋 copy color: '#FAF111'

red 250 ◦ green 241 ◦ blue 17

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

Shades of Lemon #FAF111

Tints of Lemon #FAF111

RGB

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

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

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

R = 49.21%
G = 47.44%
B = 3.35%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#FAF111 (or 0xFAF111) is known color: Lemon. HEX triplet: FA, F1 and 11. RGB value is (250,241,17). Sum of RGB (Red+Green+Blue) = 250+241+17=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 241 (94.53% from 255 or 47.44% from 508); Blue value is 17 (7.03% from 255 or 3.35% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF111 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF111 is #050EEE. Grayscale: #DBDBDB. Windows color (decimal): -331503 or 1176058. OLE color: 1176058.

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

Color convert

RGB 250 241 17 -
CMYK 0 0.04 0.93 0.02
HSL 57.68º 0.96% 0.52% -
HSV(B) 57.68º 0.93% 0.98% -
XYZ 70.98 83.28 12.86 -
YUV 218.16 14.48 150.71 -
System Red Green Blue C M Y K H S L
Decimal 250 241 17 0 0.04 0.93 0.02 57.68 0.96 0.52
Hex FA F1 11 0 4 5D 2 3A 60 34
Octal 372 361 21 0 4 135 2 72 140 64
Binary 11111010 11110001 10001 0 100 1011101 10 111010 1100000 110100

Color Harmonies of #FAF111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF111

Black with #FAF111

Text Example


Text Example

White with #FAF111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF111; }

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

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

background-color css

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

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

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

border-color css

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

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

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