#F5F045

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

Shades of Paris Daisy #F5F045

Tints of Paris Daisy #F5F045

Color information

#F5F045 (or 0xF5F045) is unknown color: approx Paris Daisy. HEX triplet: F5, F0 and 45. RGB value is (245,240,69). Sum of RGB (Red+Green+Blue) = 245+240+69=554 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.22% from 554); Green value is 240 (94.14% from 255 or 43.32% from 554); Blue value is 69 (27.34% from 255 or 12.45% from 554); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F045 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F045 is #0A0FBA. Grayscale: #DEDEDE. Windows color (decimal): -659387 or 4583669. OLE color: 4583669.

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

Color convert

RGB24524069-
CMYK00.020.720.04
HSL58.3º89.8%61.57%-
HSV(B)58.3º71.84%96.08%-
XYZ69.8982.1617.81-
YUV22241.66144.4-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 44.22%
GREEN value IS 240 (94.14% from 255) = 43.32%
BLUE value IS 69 (27.34% from 255) = 12.45%
R=44.22%
G=43.32%
B=12.45%

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
Decimal2452406900.020.720.0458.389.861.57
HexF5F045024843a5a3e
Octal3653601050211047213276
Binary1111010111110000100010101010010001001110101011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F045; }

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

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

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

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

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

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

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

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