Html Css Color HEX #F5E608 Lemon

📋 copy color: '#F5E608'

red 245 ◦ green 230 ◦ blue 8

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

Shades of Lemon #F5E608

Tints of Lemon #F5E608

RGB

 RED value IS 245 (96.09% from 255) = 50.72%

 GREEN value IS 230 (90.23% from 255) = 47.62%

 BLUE value IS 8 (3.52% from 255) = 1.66%

R = 50.72%
G = 47.62%
B = 1.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#F5E608 (or 0xF5E608) is known color: Lemon. HEX triplet: F5, E6 and 08. RGB value is (245,230,8). Sum of RGB (Red+Green+Blue) = 245+230+8=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 230 (90.23% from 255 or 47.62% from 483); Blue value is 8 (3.52% from 255 or 1.66% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E608 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E608 is #0A19F7. Grayscale: #D2D2D2. Windows color (decimal): -662008 or 583413. OLE color: 583413.

HSL color Cylindrical-coordinate representation of color #F5E608: hue angle of 56.2º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5E608 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 230 8 -
CMYK 0 0.06 0.97 0.04
HSL 56.2º 0.94% 0.5% -
HSV(B) 56.2º 0.97% 0.96% -
XYZ 66 76.02 11.43 -
YUV 209.18 14.47 153.55 -
System Red Green Blue C M Y K H S L
Decimal 245 230 8 0 0.06 0.97 0.04 56.2 0.94 0.5
Hex F5 E6 8 0 6 61 4 38 5E 32
Octal 365 346 10 0 6 141 4 70 136 62
Binary 11110101 11100110 1000 0 110 1100001 100 111000 1011110 110010

Color Harmonies of #F5E608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E608

Black with #F5E608

Text Example


Text Example

White with #F5E608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E608; }

 p { color: rgb(245,230,8); }

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

background-color css

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

 a { background-color: rgb(245,230,8); }

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

border-color css

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

 span { border-color: rgb(245,230,8); }

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