Html Css Color HEX #F9F125 Lemon

📋 copy color: '#F9F125'

red 249 ◦ green 241 ◦ blue 37

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

Shades of Lemon #F9F125

Tints of Lemon #F9F125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.02%

R = 47.25%
G = 45.73%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#F9F125 (or 0xF9F125) is known color: Lemon. HEX triplet: F9, F1 and 25. RGB value is (249,241,37). Sum of RGB (Red+Green+Blue) = 249+241+37=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 241 (94.53% from 255 or 45.73% from 527); Blue value is 37 (14.84% from 255 or 7.02% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9F125 is #060EDA. Grayscale: #DCDCDC. Windows color (decimal): -397019 or 2486777. OLE color: 2486777.

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

Color convert

RGB 249 241 37 -
CMYK 0 0.03 0.85 0.02
HSL 57.74º 0.95% 0.56% -
HSV(B) 57.74º 0.85% 0.98% -
XYZ 70.86 83.18 14.07 -
YUV 220.14 24.65 148.59 -
System Red Green Blue C M Y K H S L
Decimal 249 241 37 0 0.03 0.85 0.02 57.74 0.95 0.56
Hex F9 F1 25 0 3 55 2 3A 5F 38
Octal 371 361 45 0 3 125 2 72 137 70
Binary 11111001 11110001 100101 0 11 1010101 10 111010 1011111 111000

Color Harmonies of #F9F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F125

Black with #F9F125

Text Example


Text Example

White with #F9F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F125; }

 p { color: rgb(249,241,37); }

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

background-color css

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

 a { background-color: rgb(249,241,37); }

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

border-color css

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

 span { border-color: rgb(249,241,37); }

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