#FCFA40

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

Shades of Paris Daisy #FCFA40

Tints of Paris Daisy #FCFA40

Color information

#FCFA40 (or 0xFCFA40) is unknown color: approx Paris Daisy. HEX triplet: FC, FA and 40. RGB value is (252,250,64). Sum of RGB (Red+Green+Blue) = 252+250+64=566 (74% of max value = 765). Red value is 252 (98.83% from 255 or 44.52% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 64 (25.39% from 255 or 11.31% from 566); Max value from RGB is 252 - color contains mainly: red. Hex color #FCFA40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCFA40 is #0305BF. Grayscale: #E6E6E6. Windows color (decimal): -198080 or 4258556. OLE color: 4258556.

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

Color convert

RGB25225064-
CMYK00.010.750.01
HSL59.36º96.91%61.96%-
HSV(B)59.36º74.6%98.82%-
XYZ75.2689.4418.15-
YUV229.3934.66144.12-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.52%
GREEN value IS 250 (98.05% from 255) = 44.17%
BLUE value IS 64 (25.39% from 255) = 11.31%
R=44.52%
G=44.17%
B=11.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522506400.010.750.0159.3696.9161.96
HexFCFA40014B13b613e
Octal3743721000111317314176
Binary1111110011111010100000001100101111110111100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCFA40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCFA40; }

 p { color: rgb(252,250,64); }

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

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

 a { background-color: rgb(252,250,64); }

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

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

 span { border-color: rgb(252,250,64); }

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