#F2F152

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

Shades of Paris Daisy #F2F152

Tints of Paris Daisy #F2F152

Color information

#F2F152 (or 0xF2F152) is unknown color: approx Paris Daisy. HEX triplet: F2, F1 and 52. RGB value is (242,241,82). Sum of RGB (Red+Green+Blue) = 242+241+82=565 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.83% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 82 (32.42% from 255 or 14.51% from 565); Max value from RGB is 242 - color contains mainly: red. Hex color #F2F152 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2F152 is #0D0EAD. Grayscale: #DFDFDF. Windows color (decimal): -855726 or 5435890. OLE color: 5435890.

HSL color Cylindrical-coordinate representation of color #F2F152: hue angle of 59.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #F2F152 is Cyan = 0, Magento = 0.00, Yellow = 0.66 and Black (K on CMYK) = 0.05.

Color convert

RGB24224182-
CMYK00.000.660.05
HSL59.62º86.02%63.53%-
HSV(B)59.62º66.12%94.9%-
XYZ69.682.420.22-
YUV223.1748.33141.43-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.83%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 82 (32.42% from 255) = 14.51%
R=42.83%
G=42.65%
B=14.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.66
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2422418200.000.660.0559.6286.0263.53
HexF2F152004253c5640
Octal36236112200102574126100
Binary1111001011110001101001000100001010111110010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F152; }

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

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

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

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

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

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

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

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