Html Css Color HEX #FAF124 Lemon

📋 copy color: '#FAF124'

red 250 ◦ green 241 ◦ blue 36

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

Shades of Lemon #FAF124

Tints of Lemon #FAF124

RGB

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

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

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

R = 47.44%
G = 45.73%
B = 6.83%

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

#FAF124 (or 0xFAF124) is known color: Lemon. HEX triplet: FA, F1 and 24. RGB value is (250,241,36). Sum of RGB (Red+Green+Blue) = 250+241+36=527 (69% of max value = 765). Red value is 250 (98.05% from 255 or 47.44% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 36 (14.45% from 255 or 6.83% from 527); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF124 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FAF124 is #050EDB. Grayscale: #DDDDDD. Windows color (decimal): -331484 or 2421242. OLE color: 2421242.

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

Color convert

RGB 250 241 36 -
CMYK 0 0.04 0.86 0.02
HSL 57.48º 0.96% 0.56% -
HSV(B) 57.48º 0.86% 0.98% -
XYZ 71.2 83.36 14.01 -
YUV 220.32 23.98 149.17 -
System Red Green Blue C M Y K H S L
Decimal 250 241 36 0 0.04 0.86 0.02 57.48 0.96 0.56
Hex FA F1 24 0 4 56 2 39 60 38
Octal 372 361 44 0 4 126 2 71 140 70
Binary 11111010 11110001 100100 0 100 1010110 10 111001 1100000 111000

Color Harmonies of #FAF124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAF124

Black with #FAF124

Text Example


Text Example

White with #FAF124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAF124; }

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

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

background-color css

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

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

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

border-color css

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

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

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