Html Css Color HEX #F5DF1C Lemon

📋 copy color: '#F5DF1C'

red 245 ◦ green 223 ◦ blue 28

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

Shades of Lemon #F5DF1C

Tints of Lemon #F5DF1C

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.96%

 BLUE value IS 28 (11.33% from 255) = 5.65%

R = 49.4%
G = 44.96%
B = 5.65%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5DF1C (or 0xF5DF1C) is known color: Lemon. HEX triplet: F5, DF and 1C. RGB value is (245,223,28). Sum of RGB (Red+Green+Blue) = 245+223+28=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 28 (11.33% from 255 or 5.65% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F5DF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5DF1C is #0A20E3. Grayscale: #D0D0D0. Windows color (decimal): -663780 or 1892341. OLE color: 1892341.

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

Color convert

RGB 245 223 28 -
CMYK 0 0.09 0.89 0.04
HSL 53.92º 0.92% 0.54% -
HSV(B) 53.92º 0.89% 0.96% -
XYZ 64.25 72.27 11.66 -
YUV 207.35 26.79 154.86 -
System Red Green Blue C M Y K H S L
Decimal 245 223 28 0 0.09 0.89 0.04 53.92 0.92 0.54
Hex F5 DF 1C 0 9 59 4 36 5C 36
Octal 365 337 34 0 11 131 4 66 134 66
Binary 11110101 11011111 11100 0 1001 1011001 100 110110 1011100 110110

Color Harmonies of #F5DF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5DF1C

Black with #F5DF1C

Text Example


Text Example

White with #F5DF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5DF1C; }

 p { color: rgb(245,223,28); }

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

background-color css

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

 a { background-color: rgb(245,223,28); }

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

border-color css

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

 span { border-color: rgb(245,223,28); }

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