Html Css Color HEX #F5E606 Lemon

📋 copy color: '#F5E606'

red 245 ◦ green 230 ◦ blue 6

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

Shades of Lemon #F5E606

Tints of Lemon #F5E606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.25%

R = 50.94%
G = 47.82%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F5E606 (or 0xF5E606) is known color: Lemon. HEX triplet: F5, E6 and 06. RGB value is (245,230,6). Sum of RGB (Red+Green+Blue) = 245+230+6=481 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.94% from 481); Green value is 230 (90.23% from 255 or 47.82% from 481); Blue value is 6 (2.73% from 255 or 1.25% from 481); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E606 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E606 is #0A19F9. Grayscale: #D1D1D1. Windows color (decimal): -662010 or 452341. OLE color: 452341.

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

Color convert

RGB 245 230 6 -
CMYK 0 0.06 0.98 0.04
HSL 56.23º 0.95% 0.49% -
HSV(B) 56.23º 0.98% 0.96% -
XYZ 65.99 76.02 11.37 -
YUV 208.95 13.47 153.71 -
System Red Green Blue C M Y K H S L
Decimal 245 230 6 0 0.06 0.98 0.04 56.23 0.95 0.49
Hex F5 E6 6 0 6 62 4 38 5F 31
Octal 365 346 6 0 6 142 4 70 137 61
Binary 11110101 11100110 110 0 110 1100010 100 111000 1011111 110001

Color Harmonies of #F5E606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E606

Black with #F5E606

Text Example


Text Example

White with #F5E606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E606; }

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

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

background-color css

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

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

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

border-color css

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

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

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