#F5F252

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

Shades of Paris Daisy #F5F252

Tints of Paris Daisy #F5F252

Color information

#F5F252 (or 0xF5F252) is unknown color: approx Paris Daisy. HEX triplet: F5, F2 and 52. RGB value is (245,242,82). Sum of RGB (Red+Green+Blue) = 245+242+82=569 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.06% from 569); Green value is 242 (94.92% from 255 or 42.53% from 569); Blue value is 82 (32.42% from 255 or 14.41% from 569); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F252 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F252 is #0A0DAD. Grayscale: #E1E1E1. Windows color (decimal): -658862 or 5436149. OLE color: 5436149.

HSL color Cylindrical-coordinate representation of color #F5F252: hue angle of 58.9º degrees, saturation: 0.89, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #F5F252 is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24524282-
CMYK00.010.670.04
HSL58.9º89.07%64.12%-
HSV(B)58.9º66.53%96.08%-
XYZ70.9383.5320.37-
YUV224.6647.49142.51-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.06%
GREEN value IS 242 (94.92% from 255) = 42.53%
BLUE value IS 82 (32.42% from 255) = 14.41%
R=43.06%
G=42.53%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452428200.010.670.0458.989.0764.12
HexF5F252014343b5940
Octal36536212201103473131100
Binary1111010111110010101001001100001110011101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F252; }

 p { color: rgb(245,242,82); }

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

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

 a { background-color: rgb(245,242,82); }

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

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

 span { border-color: rgb(245,242,82); }

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