Html Css Color HEX #F8F125 Lemon

📋 copy color: '#F8F125'

red 248 ◦ green 241 ◦ blue 37

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

Shades of Lemon #F8F125

Tints of Lemon #F8F125

RGB

 RED value IS 248 (97.27% from 255) = 47.15%

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

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

R = 47.15%
G = 45.82%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.03

RGB Variations

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

Color information

#F8F125 (or 0xF8F125) is known color: Lemon. HEX triplet: F8, F1 and 25. RGB value is (248,241,37). Sum of RGB (Red+Green+Blue) = 248+241+37=526 (69% of max value = 765). Red value is 248 (97.27% from 255 or 47.15% from 526); Green value is 241 (94.53% from 255 or 45.82% from 526); Blue value is 37 (14.84% from 255 or 7.03% from 526); Max value from RGB is 248 - color contains mainly: red. Hex color #F8F125 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8F125 is #070EDA. Grayscale: #DCDCDC. Windows color (decimal): -462555 or 2486776. OLE color: 2486776.

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

Color convert

RGB 248 241 37 -
CMYK 0 0.03 0.85 0.03
HSL 58.01º 0.94% 0.56% -
HSV(B) 58.01º 0.85% 0.97% -
XYZ 70.5 83 14.06 -
YUV 219.84 24.82 148.09 -
System Red Green Blue C M Y K H S L
Decimal 248 241 37 0 0.03 0.85 0.03 58.01 0.94 0.56
Hex F8 F1 25 0 3 55 3 3A 5E 38
Octal 370 361 45 0 3 125 3 72 136 70
Binary 11111000 11110001 100101 0 11 1010101 11 111010 1011110 111000

Color Harmonies of #F8F125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F8F125

Black with #F8F125

Text Example


Text Example

White with #F8F125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F8F125; }

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

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

background-color css

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

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

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

border-color css

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

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

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