Html Css Color HEX #FAF511 Lemon

📋 copy color: '#FAF511'

red 250 ◦ green 245 ◦ blue 17

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

Shades of Lemon #FAF511

Tints of Lemon #FAF511

RGB

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

 GREEN value IS 245 (96.09% from 255) = 47.85%

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

R = 48.83%
G = 47.85%
B = 3.32%

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

#FAF511 (or 0xFAF511) is known color: Lemon. HEX triplet: FA, F5 and 11. RGB value is (250,245,17). Sum of RGB (Red+Green+Blue) = 250+245+17=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 245 (96.09% from 255 or 47.85% from 512); Blue value is 17 (7.03% from 255 or 3.32% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF511 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF511 is #050AEE. Grayscale: #DDDDDD. Windows color (decimal): -330479 or 1177082. OLE color: 1177082.

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

Color convert

RGB 250 245 17 -
CMYK 0 0.02 0.93 0.02
HSL 58.71º 0.96% 0.52% -
HSV(B) 58.71º 0.93% 0.98% -
XYZ 72.18 85.67 13.26 -
YUV 220.5 13.16 149.04 -
System Red Green Blue C M Y K H S L
Decimal 250 245 17 0 0.02 0.93 0.02 58.71 0.96 0.52
Hex FA F5 11 0 2 5D 2 3B 60 34
Octal 372 365 21 0 2 135 2 73 140 64
Binary 11111010 11110101 10001 0 10 1011101 10 111011 1100000 110100

Color Harmonies of #FAF511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF511

Black with #FAF511

Text Example


Text Example

White with #FAF511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF511; }

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

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

background-color css

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

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

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

border-color css

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

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

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