#FDF742

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

Shades of Paris Daisy #FDF742

Tints of Paris Daisy #FDF742

Color information

#FDF742 (or 0xFDF742) is unknown color: approx Paris Daisy. HEX triplet: FD, F7 and 42. RGB value is (253,247,66). Sum of RGB (Red+Green+Blue) = 253+247+66=566 (74% of max value = 765). Red value is 253 (99.22% from 255 or 44.70% from 566); Green value is 247 (96.88% from 255 or 43.64% from 566); Blue value is 66 (26.17% from 255 or 11.66% from 566); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF742 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FDF742 is #0208BD. Grayscale: #E4E4E4. Windows color (decimal): -133310 or 4388861. OLE color: 4388861.

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

Color convert

RGB25324766-
CMYK00.020.740.01
HSL58.07º97.91%62.55%-
HSV(B)58.07º73.91%99.22%-
XYZ74.7587.818.16-
YUV228.1636.49145.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 44.70%
GREEN value IS 247 (96.88% from 255) = 43.64%
BLUE value IS 66 (26.17% from 255) = 11.66%
R=44.70%
G=43.64%
B=11.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2532476600.020.740.0158.0797.9162.55
HexFDF742024A13a623f
Octal3753671020211217214277
Binary11111101111101111000010010100101011110101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDF742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDF742; }

 p { color: rgb(253,247,66); }

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

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

 a { background-color: rgb(253,247,66); }

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

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

 span { border-color: rgb(253,247,66); }

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