#F9E245

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

Shades of Paris Daisy #F9E245

Tints of Paris Daisy #F9E245

Color information

#F9E245 (or 0xF9E245) is unknown color: approx Paris Daisy. HEX triplet: F9, E2 and 45. RGB value is (249,226,69). Sum of RGB (Red+Green+Blue) = 249+226+69=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 69 (27.34% from 255 or 12.68% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E245 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F9E245 is #061DBA. Grayscale: #D7D7D7. Windows color (decimal): -400827 or 4580089. OLE color: 4580089.

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

Color convert

RGB24922669-
CMYK00.090.720.02
HSL52.33º93.75%62.35%-
HSV(B)52.33º72.29%97.65%-
XYZ67.3474.9616.55-
YUV214.9845.62152.27-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 45.77%
GREEN value IS 226 (88.67% from 255) = 41.54%
BLUE value IS 69 (27.34% from 255) = 12.68%
R=45.77%
G=41.54%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492266900.090.720.0252.3393.7562.35
HexF9E24509482345e3e
Octal37134210501111026413676
Binary11111001111000101000101010011001000101101001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E245; }

 p { color: rgb(249,226,69); }

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

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

 a { background-color: rgb(249,226,69); }

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

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

 span { border-color: rgb(249,226,69); }

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