Html Css Color HEX #FAF024 Lemon

📋 copy color: '#FAF024'

red 250 ◦ green 240 ◦ blue 36

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

Shades of Lemon #FAF024

Tints of Lemon #FAF024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 6.84%

R = 47.53%
G = 45.63%
B = 6.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAF024 (or 0xFAF024) is known color: Lemon. HEX triplet: FA, F0 and 24. RGB value is (250,240,36). Sum of RGB (Red+Green+Blue) = 250+240+36=526 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.53% from 526); Green value is 240 (94.14% from 255 or 45.63% from 526); Blue value is 36 (14.45% from 255 or 6.84% from 526); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF024 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF024 is #050FDB. Grayscale: #DCDCDC. Windows color (decimal): -331740 or 2420986. OLE color: 2420986.

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

Color convert

RGB 250 240 36 -
CMYK 0 0.04 0.86 0.02
HSL 57.2º 0.96% 0.56% -
HSV(B) 57.2º 0.86% 0.98% -
XYZ 70.9 82.77 13.91 -
YUV 219.73 24.31 149.59 -
System Red Green Blue C M Y K H S L
Decimal 250 240 36 0 0.04 0.86 0.02 57.2 0.96 0.56
Hex FA F0 24 0 4 56 2 39 60 38
Octal 372 360 44 0 4 126 2 71 140 70
Binary 11111010 11110000 100100 0 100 1010110 10 111001 1100000 111000

Color Harmonies of #FAF024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF024

Black with #FAF024

Text Example


Text Example

White with #FAF024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF024; }

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

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

background-color css

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

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

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

border-color css

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

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

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