#FCDF0F

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

Shades of Lemon #FCDF0F

Tints of Lemon #FCDF0F

Color information

#FCDF0F (or 0xFCDF0F) is unknown color: approx Lemon. HEX triplet: FC, DF and 0F. RGB value is (252,223,15). Sum of RGB (Red+Green+Blue) = 252+223+15=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 223 (87.5% from 255 or 45.51% from 490); Blue value is 15 (6.25% from 255 or 3.06% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FCDF0F is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #FCDF0F is #0320F0. Grayscale: #D0D0D0. Windows color (decimal): -205041 or 1040380. OLE color: 1040380.

HSL color Cylindrical-coordinate representation of color #FCDF0F: hue angle of 52.66º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FCDF0F is Cyan = 0, Magento = 0.12, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB25222315-
CMYK00.120.940.01
HSL52.66º97.53%52.35%-
HSV(B)52.66º94.05%98.82%-
XYZ66.6273.5111.13-
YUV207.9619.11159.41-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.43%
GREEN value IS 223 (87.5% from 255) = 45.51%
BLUE value IS 15 (6.25% from 255) = 3.06%
R=51.43%
G=45.51%
B=3.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522231500.120.940.0152.6697.5352.35
HexFCDFF0C5E1356234
Octal3743371701413616514264
Binary1111110011011111111101100101111011101011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCDF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCDF0F; }

 p { color: rgb(252,223,15); }

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

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

 a { background-color: rgb(252,223,15); }

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

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

 span { border-color: rgb(252,223,15); }

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