#F7F542

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

Shades of Paris Daisy #F7F542

Tints of Paris Daisy #F7F542

Color information

#F7F542 (or 0xF7F542) is unknown color: approx Paris Daisy. HEX triplet: F7, F5 and 42. RGB value is (247,245,66). Sum of RGB (Red+Green+Blue) = 247+245+66=558 (73% of max value = 765). Red value is 247 (96.88% from 255 or 44.27% from 558); Green value is 245 (96.09% from 255 or 43.91% from 558); Blue value is 66 (26.17% from 255 or 11.83% from 558); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F542 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F7F542 is #080ABD. Grayscale: #E1E1E1. Windows color (decimal): -527038 or 4388343. OLE color: 4388343.

HSL color Cylindrical-coordinate representation of color #F7F542: hue angle of 59.34º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F7F542 is Cyan = 0, Magento = 0.01, Yellow = 0.73 and Black (K on CMYK) = 0.03.

Color convert

RGB24724566-
CMYK00.010.730.03
HSL59.34º91.88%61.37%-
HSV(B)59.34º73.28%96.86%-
XYZ71.9985.4717.86-
YUV225.1938.16143.55-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 44.27%
GREEN value IS 245 (96.09% from 255) = 43.91%
BLUE value IS 66 (26.17% from 255) = 11.83%
R=44.27%
G=43.91%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.73
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2472456600.010.730.0359.3491.8861.37
HexF7F542014933b5c3d
Octal3673651020111137313475
Binary11110111111101011000010011001001111110111011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7F542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7F542; }

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

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

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

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

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

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

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

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