#FDF34C

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

Shades of Paris Daisy #FDF34C

Tints of Paris Daisy #FDF34C

Color information

#FDF34C (or 0xFDF34C) is unknown color: approx Paris Daisy. HEX triplet: FD, F3 and 4C. RGB value is (253,243,76). Sum of RGB (Red+Green+Blue) = 253+243+76=572 (75% of max value = 765). Red value is 253 (99.22% from 255 or 44.23% from 572); Green value is 243 (95.31% from 255 or 42.48% from 572); Blue value is 76 (30.08% from 255 or 13.29% from 572); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF34C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF34C is #020CB3. Grayscale: #E3E3E3. Windows color (decimal): -134324 or 5043197. OLE color: 5043197.

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

Color convert

RGB25324376-
CMYK00.040.700.01
HSL56.61º97.79%64.51%-
HSV(B)56.61º69.96%99.22%-
XYZ73.8685.5119.45-
YUV226.9542.81146.58-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.23%
GREEN value IS 243 (95.31% from 255) = 42.48%
BLUE value IS 76 (30.08% from 255) = 13.29%
R=44.23%
G=42.48%
B=13.29%

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
Decimal2532437600.040.700.0156.6197.7964.51
HexFDF34C04461396241
Octal37536311404106171142101
Binary1111110111110011100110001001000110111100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF34C; }

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

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

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

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

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

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

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

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