Html Css Color HEX #F5ED0D Lemon

📋 copy color: '#F5ED0D'

red 245 ◦ green 237 ◦ blue 13

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

Shades of Lemon #F5ED0D

Tints of Lemon #F5ED0D

RGB

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

 GREEN value IS 237 (92.97% from 255) = 47.88%

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

R = 49.49%
G = 47.88%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5ED0D (or 0xF5ED0D) is known color: Lemon. HEX triplet: F5, ED and 0D. RGB value is (245,237,13). Sum of RGB (Red+Green+Blue) = 245+237+13=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 237 (92.97% from 255 or 47.88% from 495); Blue value is 13 (5.47% from 255 or 2.63% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ED0D is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #F5ED0D is #0A12F2. Grayscale: #D6D6D6. Windows color (decimal): -660211 or 912885. OLE color: 912885.

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

Color convert

RGB 245 237 13 -
CMYK 0 0.03 0.95 0.04
HSL 57.93º 0.92% 0.51% -
HSV(B) 57.93º 0.95% 0.96% -
XYZ 68.01 80.01 12.24 -
YUV 213.86 14.65 150.21 -
System Red Green Blue C M Y K H S L
Decimal 245 237 13 0 0.03 0.95 0.04 57.93 0.92 0.51
Hex F5 ED D 0 3 5F 4 3A 5C 33
Octal 365 355 15 0 3 137 4 72 134 63
Binary 11110101 11101101 1101 0 11 1011111 100 111010 1011100 110011

Color Harmonies of #F5ED0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5ED0D

Black with #F5ED0D

Text Example


Text Example

White with #F5ED0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5ED0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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