Html Css Color HEX #FAF005 Lemon

📋 copy color: '#FAF005'

red 250 ◦ green 240 ◦ blue 5

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

Shades of Lemon #FAF005

Tints of Lemon #FAF005

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.48%

 BLUE value IS 5 (2.34% from 255) = 1.01%

R = 50.51%
G = 48.48%
B = 1.01%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#FAF005 (or 0xFAF005) is known color: Lemon. HEX triplet: FA, F0 and 05. RGB value is (250,240,5). Sum of RGB (Red+Green+Blue) = 250+240+5=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 5 (2.34% from 255 or 1.01% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF005 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FAF005 is #050FFA. Grayscale: #D9D9D9. Windows color (decimal): -331771 or 389370. OLE color: 389370.

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

Color convert

RGB 250 240 5 -
CMYK 0 0.04 0.98 0.02
HSL 57.55º 0.96% 0.5% -
HSV(B) 57.55º 0.98% 0.98% -
XYZ 70.61 82.66 12.38 -
YUV 216.2 8.81 152.11 -
System Red Green Blue C M Y K H S L
Decimal 250 240 5 0 0.04 0.98 0.02 57.55 0.96 0.5
Hex FA F0 5 0 4 62 2 3A 60 32
Octal 372 360 5 0 4 142 2 72 140 62
Binary 11111010 11110000 101 0 100 1100010 10 111010 1100000 110010

Color Harmonies of #FAF005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF005

Black with #FAF005

Text Example


Text Example

White with #FAF005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF005; }

 p { color: rgb(250,240,5); }

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

background-color css

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

 a { background-color: rgb(250,240,5); }

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

border-color css

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

 span { border-color: rgb(250,240,5); }

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