Html Css Color HEX #F9E120 Lemon

📋 copy color: '#F9E120'

red 249 ◦ green 225 ◦ blue 32

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

Shades of Lemon #F9E120

Tints of Lemon #F9E120

RGB

 RED value IS 249 (97.66% from 255) = 49.21%

 GREEN value IS 225 (88.28% from 255) = 44.47%

 BLUE value IS 32 (12.89% from 255) = 6.32%

R = 49.21%
G = 44.47%
B = 6.32%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#F9E120 (or 0xF9E120) is known color: Lemon. HEX triplet: F9, E1 and 20. RGB value is (249,225,32). Sum of RGB (Red+Green+Blue) = 249+225+32=506 (67% of max value = 765). Red value is 249 (97.66% from 255 or 49.21% from 506); Green value is 225 (88.28% from 255 or 44.47% from 506); Blue value is 32 (12.89% from 255 or 6.32% from 506); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E120 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E120 is #061EDF. Grayscale: #D2D2D2. Windows color (decimal): -401120 or 2155001. OLE color: 2155001.

HSL color Cylindrical-coordinate representation of color #F9E120: hue angle of 53.36º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F9E120 is Cyan = 0, Magento = 0.10, Yellow = 0.87 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 225 32 -
CMYK 0 0.10 0.87 0.02
HSL 53.36º 0.95% 0.55% -
HSV(B) 53.36º 0.87% 0.98% -
XYZ 66.25 74.09 12.18 -
YUV 210.17 27.45 155.69 -
System Red Green Blue C M Y K H S L
Decimal 249 225 32 0 0.10 0.87 0.02 53.36 0.95 0.55
Hex F9 E1 20 0 A 57 2 35 5F 37
Octal 371 341 40 0 12 127 2 65 137 67
Binary 11111001 11100001 100000 0 1010 1010111 10 110101 1011111 110111

Color Harmonies of #F9E120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9E120

Black with #F9E120

Text Example


Text Example

White with #F9E120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9E120; }

 p { color: rgb(249,225,32); }

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

background-color css

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

 a { background-color: rgb(249,225,32); }

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

border-color css

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

 span { border-color: rgb(249,225,32); }

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