Html Css Color HEX #FAF524 Lemon

📋 copy color: '#FAF524'

red 250 ◦ green 245 ◦ blue 36

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

Shades of Lemon #FAF524

Tints of Lemon #FAF524

RGB

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

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

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

R = 47.08%
G = 46.14%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FAF524 (or 0xFAF524) is known color: Lemon. HEX triplet: FA, F5 and 24. RGB value is (250,245,36). Sum of RGB (Red+Green+Blue) = 250+245+36=531 (70% of max value = 765). Red value is 250 (98.05% from 255 or 47.08% from 531); Green value is 245 (96.09% from 255 or 46.14% from 531); Blue value is 36 (14.45% from 255 or 6.78% from 531); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF524 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF524 is #050ADB. Grayscale: #DFDFDF. Windows color (decimal): -330460 or 2422266. OLE color: 2422266.

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

Color convert

RGB 250 245 36 -
CMYK 0 0.02 0.86 0.02
HSL 58.6º 0.96% 0.56% -
HSV(B) 58.6º 0.86% 0.98% -
XYZ 72.4 85.76 14.41 -
YUV 222.67 22.66 147.49 -
System Red Green Blue C M Y K H S L
Decimal 250 245 36 0 0.02 0.86 0.02 58.6 0.96 0.56
Hex FA F5 24 0 2 56 2 3B 60 38
Octal 372 365 44 0 2 126 2 73 140 70
Binary 11111010 11110101 100100 0 10 1010110 10 111011 1100000 111000

Color Harmonies of #FAF524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF524

Black with #FAF524

Text Example


Text Example

White with #FAF524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF524; }

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

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

background-color css

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

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

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

border-color css

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

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

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