#FCFF42

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

Shades of Paris Daisy #FCFF42

Tints of Paris Daisy #FCFF42

Color information

#FCFF42 (or 0xFCFF42) is unknown color: approx Paris Daisy. HEX triplet: FC, FF and 42. RGB value is (252,255,66). Sum of RGB (Red+Green+Blue) = 252+255+66=573 (75% of max value = 765). Red value is 252 (98.83% from 255 or 43.98% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 66 (26.17% from 255 or 11.52% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #FCFF42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFF42 is #0300BD. Grayscale: #E9E9E9. Windows color (decimal): -196798 or 4390908. OLE color: 4390908.

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

Color convert

RGB25225566-
CMYK0.0100.740
HSL60.95º100%62.94%-
HSV(B)60.95º74.12%100%-
XYZ76.8992.6118.98-
YUV232.5634.01141.87-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 43.98%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 66 (26.17% from 255) = 11.52%
R=43.98%
G=44.50%
B=11.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal252255660.0100.74060.9510062.94
HexFCFF42104A03d643f
Octal3743771021011207514477
Binary1111110011111111100001010100101001111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFF42; }

 p { color: rgb(252,255,66); }

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

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

 a { background-color: rgb(252,255,66); }

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

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

 span { border-color: rgb(252,255,66); }

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