#F0EF52

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

Shades of Paris Daisy #F0EF52

Tints of Paris Daisy #F0EF52

Color information

#F0EF52 (or 0xF0EF52) is unknown color: approx Paris Daisy. HEX triplet: F0, EF and 52. RGB value is (240,239,82). Sum of RGB (Red+Green+Blue) = 240+239+82=561 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.78% from 561); Green value is 239 (93.75% from 255 or 42.60% from 561); Blue value is 82 (32.42% from 255 or 14.62% from 561); Max value from RGB is 240 - color contains mainly: red. Hex color #F0EF52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0EF52 is #0F10AD. Grayscale: #DEDEDE. Windows color (decimal): -987310 or 5435376. OLE color: 5435376.

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

Color convert

RGB24023982-
CMYK00.000.660.06
HSL59.62º84.04%63.14%-
HSV(B)59.62º65.83%94.12%-
XYZ68.3280.8719.99-
YUV221.449.33141.27-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.78%
GREEN value IS 239 (93.75% from 255) = 42.60%
BLUE value IS 82 (32.42% from 255) = 14.62%
R=42.78%
G=42.60%
B=14.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402398200.000.660.0659.6284.0463.14
HexF0EF52004263c543f
Octal3603571220010267412477
Binary111100001110111110100100010000101101111001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0EF52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0EF52; }

 p { color: rgb(240,239,82); }

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

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

 a { background-color: rgb(240,239,82); }

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

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

 span { border-color: rgb(240,239,82); }

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