#FCF341

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

Shades of Paris Daisy #FCF341

Tints of Paris Daisy #FCF341

Color information

#FCF341 (or 0xFCF341) is unknown color: approx Paris Daisy. HEX triplet: FC, F3 and 41. RGB value is (252,243,65). Sum of RGB (Red+Green+Blue) = 252+243+65=560 (74% of max value = 765). Red value is 252 (98.83% from 255 or 45% from 560); Green value is 243 (95.31% from 255 or 43.39% from 560); Blue value is 65 (25.78% from 255 or 11.61% from 560); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF341 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF341 is #030CBE. Grayscale: #E2E2E2. Windows color (decimal): -199871 or 4322300. OLE color: 4322300.

HSL color Cylindrical-coordinate representation of color #FCF341: hue angle of 57.11º 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 #FCF341 is Cyan = 0, Magento = 0.04, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB25224365-
CMYK00.040.740.01
HSL57.11º96.89%62.16%-
HSV(B)57.11º74.21%98.82%-
XYZ73.1585.1817.59-
YUV225.437.48146.97-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45%
GREEN value IS 243 (95.31% from 255) = 43.39%
BLUE value IS 65 (25.78% from 255) = 11.61%
R=45%
G=43.39%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522436500.040.740.0157.1196.8962.16
HexFCF341044A139613e
Octal3743631010411217114176
Binary111111001111001110000010100100101011110011100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF341; }

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

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

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

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

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

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

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

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