#F5F152

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

Shades of Paris Daisy #F5F152

Tints of Paris Daisy #F5F152

Color information

#F5F152 (or 0xF5F152) is unknown color: approx Paris Daisy. HEX triplet: F5, F1 and 52. RGB value is (245,241,82). Sum of RGB (Red+Green+Blue) = 245+241+82=568 (75% of max value = 765). Red value is 245 (96.09% from 255 or 43.13% from 568); Green value is 241 (94.53% from 255 or 42.43% from 568); Blue value is 82 (32.42% from 255 or 14.44% from 568); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F152 is #0A0EAD. Grayscale: #E0E0E0. Windows color (decimal): -659118 or 5435893. OLE color: 5435893.

HSL color Cylindrical-coordinate representation of color #F5F152: hue angle of 58.53º 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 #F5F152 is Cyan = 0, Magento = 0.02, Yellow = 0.67 and Black (K on CMYK) = 0.04.

Color convert

RGB24524182-
CMYK00.020.670.04
HSL58.53º89.07%64.12%-
HSV(B)58.53º66.53%96.08%-
XYZ70.6382.9320.27-
YUV224.0747.83142.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.13%
GREEN value IS 241 (94.53% from 255) = 42.43%
BLUE value IS 82 (32.42% from 255) = 14.44%
R=43.13%
G=42.43%
B=14.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.67
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452418200.020.670.0458.5389.0764.12
HexF5F152024343b5940
Octal36536112202103473131100
Binary11110101111100011010010010100001110011101110110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F152; }

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

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

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

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

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

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

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

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