#FCF041

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

Shades of Paris Daisy #FCF041

Tints of Paris Daisy #FCF041

Color information

#FCF041 (or 0xFCF041) is unknown color: approx Paris Daisy. HEX triplet: FC, F0 and 41. RGB value is (252,240,65). Sum of RGB (Red+Green+Blue) = 252+240+65=557 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.24% from 557); Green value is 240 (94.14% from 255 or 43.09% from 557); Blue value is 65 (25.78% from 255 or 11.67% from 557); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF041 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF041 is #030FBE. Grayscale: #E0E0E0. Windows color (decimal): -200639 or 4321532. OLE color: 4321532.

HSL color Cylindrical-coordinate representation of color #FCF041: hue angle of 56.15º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FCF041 is Cyan = 0, Magento = 0.05, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB25224065-
CMYK00.050.740.01
HSL56.15º96.89%62.16%-
HSV(B)56.15º74.21%98.82%-
XYZ72.2683.417.29-
YUV223.6438.48148.23-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.24%
GREEN value IS 240 (94.14% from 255) = 43.09%
BLUE value IS 65 (25.78% from 255) = 11.67%
R=45.24%
G=43.09%
B=11.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522406500.050.740.0156.1596.8962.16
HexFCF041054A138613e
Octal3743601010511217014176
Binary111111001111000010000010101100101011110001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF041; }

 p { color: rgb(252,240,65); }

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

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

 a { background-color: rgb(252,240,65); }

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

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

 span { border-color: rgb(252,240,65); }

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