#FCF34C

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

Shades of Paris Daisy #FCF34C

Tints of Paris Daisy #FCF34C

Color information

#FCF34C (or 0xFCF34C) is unknown color: approx Paris Daisy. HEX triplet: FC, F3 and 4C. RGB value is (252,243,76). Sum of RGB (Red+Green+Blue) = 252+243+76=571 (75% of max value = 765). Red value is 252 (98.83% from 255 or 44.13% from 571); Green value is 243 (95.31% from 255 or 42.56% from 571); Blue value is 76 (30.08% from 255 or 13.31% from 571); Max value from RGB is 252 - color contains mainly: red. Hex color #FCF34C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FCF34C is #030CB3. Grayscale: #E3E3E3. Windows color (decimal): -199860 or 5043196. OLE color: 5043196.

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

Color convert

RGB25224376-
CMYK00.040.700.01
HSL56.93º96.7%64.31%-
HSV(B)56.93º69.84%98.82%-
XYZ73.585.3219.43-
YUV226.6542.98146.08-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 44.13%
GREEN value IS 243 (95.31% from 255) = 42.56%
BLUE value IS 76 (30.08% from 255) = 13.31%
R=44.13%
G=42.56%
B=13.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.70
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2522437600.040.700.0156.9396.764.31
HexFCF34C04461396140
Octal37436311404106171141100
Binary1111110011110011100110001001000110111100111000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCF34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCF34C; }

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

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

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

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

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

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

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

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