#F4DF1C

Color #F4DF1C Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lemon #F4DF1C

Tints of Lemon #F4DF1C

Color information

#F4DF1C (or 0xF4DF1C) is unknown color: approx Lemon. HEX triplet: F4, DF and 1C. RGB value is (244,223,28). Sum of RGB (Red+Green+Blue) = 244+223+28=495 (65% of max value = 765). Red value is 244 (95.70% from 255 or 49.29% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 244 - color contains mainly: red. Hex color #F4DF1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F4DF1C is #0B20E3. Grayscale: #CFCFCF. Windows color (decimal): -729316 or 1892340. OLE color: 1892340.

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

Color convert

RGB24422328-
CMYK00.090.890.04
HSL54.17º90.76%53.33%-
HSV(B)54.17º88.52%95.69%-
XYZ63.9172.0911.65-
YUV207.0526.96154.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 49.29%
GREEN value IS 223 (87.5% from 255) = 45.05%
BLUE value IS 28 (11.33% from 255) = 5.66%
R=49.29%
G=45.05%
B=5.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2442232800.090.890.0454.1790.7653.33
HexF4DF1C09594365b35
Octal3643373401113146613365
Binary1111010011011111111000100110110011001101101011011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4DF1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4DF1C; }

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

 H1.HeaderClassName
 {
   color: #F4DF1C;
 }
 .AnyTagClassName
 {
   color: #F4DF1C;
 }
</style>
background-color css

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

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

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

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

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

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