#F0E945

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

Shades of Paris Daisy #F0E945

Tints of Paris Daisy #F0E945

Color information

#F0E945 (or 0xF0E945) is unknown color: approx Paris Daisy. HEX triplet: F0, E9 and 45. RGB value is (240,233,69). Sum of RGB (Red+Green+Blue) = 240+233+69=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 233 (91.41% from 255 or 42.99% from 542); Blue value is 69 (27.34% from 255 or 12.73% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E945 is #0F16BA. Grayscale: #D9D9D9. Windows color (decimal): -988859 or 4581872. OLE color: 4581872.

HSL color Cylindrical-coordinate representation of color #F0E945: hue angle of 57.54º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #F0E945 is Cyan = 0, Magento = 0.03, Yellow = 0.71 and Black (K on CMYK) = 0.06.

Color convert

RGB24023369-
CMYK00.030.710.06
HSL57.54º85.07%60.59%-
HSV(B)57.54º71.25%94.12%-
XYZ66.1577.2317.05-
YUV216.444.82144.84-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 44.28%
GREEN value IS 233 (91.41% from 255) = 42.99%
BLUE value IS 69 (27.34% from 255) = 12.73%
R=44.28%
G=42.99%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.71
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402336900.030.710.0657.5485.0760.59
HexF0E945034763a553d
Octal3603511050310767212575
Binary1111000011101001100010101110001111101110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E945; }

 p { color: rgb(240,233,69); }

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

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

 a { background-color: rgb(240,233,69); }

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

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

 span { border-color: rgb(240,233,69); }

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