Html Css Color HEX #F5DC0D Lemon

📋 copy color: '#F5DC0D'

red 245 ◦ green 220 ◦ blue 13

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

Shades of Lemon #F5DC0D

Tints of Lemon #F5DC0D

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.03%

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

R = 51.26%
G = 46.03%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F5DC0D (or 0xF5DC0D) is known color: Lemon. HEX triplet: F5, DC and 0D. RGB value is (245,220,13). Sum of RGB (Red+Green+Blue) = 245+220+13=478 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.26% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 13 (5.47% from 255 or 2.72% from 478); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DC0D is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #F5DC0D is #0A23F2. Grayscale: #CCCCCC. Windows color (decimal): -664563 or 908533. OLE color: 908533.

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

Color convert

RGB 245 220 13 -
CMYK 0 0.10 0.95 0.04
HSL 53.53º 0.92% 0.51% -
HSV(B) 53.53º 0.95% 0.96% -
XYZ 63.32 70.63 10.68 -
YUV 203.88 20.28 157.33 -
System Red Green Blue C M Y K H S L
Decimal 245 220 13 0 0.10 0.95 0.04 53.53 0.92 0.51
Hex F5 DC D 0 A 5F 4 36 5C 33
Octal 365 334 15 0 12 137 4 66 134 63
Binary 11110101 11011100 1101 0 1010 1011111 100 110110 1011100 110011

Color Harmonies of #F5DC0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DC0D

Black with #F5DC0D

Text Example


Text Example

White with #F5DC0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DC0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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