Html Css Color HEX #F5E10D Lemon

📋 copy color: '#F5E10D'

red 245 ◦ green 225 ◦ blue 13

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

Shades of Lemon #F5E10D

Tints of Lemon #F5E10D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.58%

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

R = 50.72%
G = 46.58%
B = 2.69%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5E10D (or 0xF5E10D) is known color: Lemon. HEX triplet: F5, E1 and 0D. RGB value is (245,225,13). Sum of RGB (Red+Green+Blue) = 245+225+13=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 225 (88.28% from 255 or 46.58% from 483); Blue value is 13 (5.47% from 255 or 2.69% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E10D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5E10D is #0A1EF2. Grayscale: #CFCFCF. Windows color (decimal): -663283 or 909813. OLE color: 909813.

HSL color Cylindrical-coordinate representation of color #F5E10D: hue angle of 54.83º 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 #F5E10D is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 225 13 -
CMYK 0 0.08 0.95 0.04
HSL 54.83º 0.92% 0.51% -
HSV(B) 54.83º 0.95% 0.96% -
XYZ 64.65 73.29 11.12 -
YUV 206.81 18.63 155.24 -
System Red Green Blue C M Y K H S L
Decimal 245 225 13 0 0.08 0.95 0.04 54.83 0.92 0.51
Hex F5 E1 D 0 8 5F 4 37 5C 33
Octal 365 341 15 0 10 137 4 67 134 63
Binary 11110101 11100001 1101 0 1000 1011111 100 110111 1011100 110011

Color Harmonies of #F5E10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5E10D

Black with #F5E10D

Text Example


Text Example

White with #F5E10D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5E10D; }

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

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

background-color css

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

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

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

border-color css

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

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

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