#F0E652

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

Shades of Paris Daisy #F0E652

Tints of Paris Daisy #F0E652

Color information

#F0E652 (or 0xF0E652) is unknown color: approx Paris Daisy. HEX triplet: F0, E6 and 52. RGB value is (240,230,82). Sum of RGB (Red+Green+Blue) = 240+230+82=552 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.48% from 552); Green value is 230 (90.23% from 255 or 41.67% from 552); Blue value is 82 (32.42% from 255 or 14.86% from 552); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E652 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0E652 is #0F19AD. Grayscale: #D8D8D8. Windows color (decimal): -989614 or 5433072. OLE color: 5433072.

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

Color convert

RGB24023082-
CMYK00.040.660.06
HSL56.2º84.04%63.14%-
HSV(B)56.2º65.83%94.12%-
XYZ65.7575.7319.13-
YUV216.1252.31145.03-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.48%
GREEN value IS 230 (90.23% from 255) = 41.67%
BLUE value IS 82 (32.42% from 255) = 14.86%
R=43.48%
G=41.67%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.66
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402308200.040.660.0656.284.0463.14
HexF0E6520442638543f
Octal3603461220410267012477
Binary11110000111001101010010010010000101101110001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E652; }

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

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

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

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

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

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

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

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