Html Css Color HEX #F5E60D Lemon

📋 copy color: '#F5E60D'

red 245 ◦ green 230 ◦ blue 13

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

Shades of Lemon #F5E60D

Tints of Lemon #F5E60D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 2.66%

R = 50.2%
G = 47.13%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5E60D (or 0xF5E60D) is known color: Lemon. HEX triplet: F5, E6 and 0D. RGB value is (245,230,13). Sum of RGB (Red+Green+Blue) = 245+230+13=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 230 (90.23% from 255 or 47.13% from 488); Blue value is 13 (5.47% from 255 or 2.66% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E60D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5E60D is #0A19F2. Grayscale: #D2D2D2. Windows color (decimal): -662003 or 911093. OLE color: 911093.

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

Color convert

RGB 245 230 13 -
CMYK 0 0.06 0.95 0.04
HSL 56.12º 0.92% 0.51% -
HSV(B) 56.12º 0.95% 0.96% -
XYZ 66.03 76.04 11.58 -
YUV 209.75 16.97 153.14 -
System Red Green Blue C M Y K H S L
Decimal 245 230 13 0 0.06 0.95 0.04 56.12 0.92 0.51
Hex F5 E6 D 0 6 5F 4 38 5C 33
Octal 365 346 15 0 6 137 4 70 134 63
Binary 11110101 11100110 1101 0 110 1011111 100 111000 1011100 110011

Color Harmonies of #F5E60D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E60D

Black with #F5E60D

Text Example


Text Example

White with #F5E60D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E60D; }

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

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

background-color css

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

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

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

border-color css

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

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

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