#F5EF45

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

Shades of Paris Daisy #F5EF45

Tints of Paris Daisy #F5EF45

Color information

#F5EF45 (or 0xF5EF45) is unknown color: approx Paris Daisy. HEX triplet: F5, EF and 45. RGB value is (245,239,69). Sum of RGB (Red+Green+Blue) = 245+239+69=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 239 (93.75% from 255 or 43.22% from 553); Blue value is 69 (27.34% from 255 or 12.48% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5EF45 is #0A10BA. Grayscale: #DEDEDE. Windows color (decimal): -659643 or 4583413. OLE color: 4583413.

HSL color Cylindrical-coordinate representation of color #F5EF45: hue angle of 57.95º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F5EF45 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.04.

Color convert

RGB24523969-
CMYK00.020.720.04
HSL57.95º89.8%61.57%-
HSV(B)57.95º71.84%96.08%-
XYZ69.681.5817.71-
YUV221.4141.99144.82-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.30%
GREEN value IS 239 (93.75% from 255) = 43.22%
BLUE value IS 69 (27.34% from 255) = 12.48%
R=44.30%
G=43.22%
B=12.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.72
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452396900.020.720.0457.9589.861.57
HexF5EF45024843a5a3e
Octal3653571050211047213276
Binary1111010111101111100010101010010001001110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EF45; }

 p { color: rgb(245,239,69); }

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

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

 a { background-color: rgb(245,239,69); }

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

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

 span { border-color: rgb(245,239,69); }

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