#F0E94A

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

Shades of Paris Daisy #F0E94A

Tints of Paris Daisy #F0E94A

Color information

#F0E94A (or 0xF0E94A) is unknown color: approx Paris Daisy. HEX triplet: F0, E9 and 4A. RGB value is (240,233,74). Sum of RGB (Red+Green+Blue) = 240+233+74=547 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.88% from 547); Green value is 233 (91.41% from 255 or 42.60% from 547); Blue value is 74 (29.30% from 255 or 13.53% from 547); Max value from RGB is 240 - color contains mainly: red. Hex color #F0E94A is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F0E94A is #0F16B5. Grayscale: #D9D9D9. Windows color (decimal): -988854 or 4909552. OLE color: 4909552.

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

Color convert

RGB24023374-
CMYK00.030.690.06
HSL57.47º84.69%61.57%-
HSV(B)57.47º69.17%94.12%-
XYZ66.3177.317.9-
YUV216.9747.32144.43-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 43.88%
GREEN value IS 233 (91.41% from 255) = 42.60%
BLUE value IS 74 (29.30% from 255) = 13.53%
R=43.88%
G=42.60%
B=13.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.69
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2402337400.030.690.0657.4784.6961.57
HexF0E94A0345639553e
Octal3603511120310567112576
Binary1111000011101001100101001110001011101110011010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0E94A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0E94A; }

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

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

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

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

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

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

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

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