#F9FC45

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

Shades of Paris Daisy #F9FC45

Tints of Paris Daisy #F9FC45

Color information

#F9FC45 (or 0xF9FC45) is unknown color: approx Paris Daisy. HEX triplet: F9, FC and 45. RGB value is (249,252,69). Sum of RGB (Red+Green+Blue) = 249+252+69=570 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.68% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 69 (27.34% from 255 or 12.11% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FC45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FC45 is #0603BA. Grayscale: #E6E6E6. Windows color (decimal): -394171 or 4586745. OLE color: 4586745.

HSL color Cylindrical-coordinate representation of color #F9FC45: hue angle of 60.98º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #F9FC45 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB24925269-
CMYK0.0100.730.01
HSL60.98º96.83%62.94%-
HSV(B)60.98º72.62%98.82%-
XYZ74.9590.1919.09-
YUV230.2437.01141.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.68%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 69 (27.34% from 255) = 12.11%
R=43.68%
G=44.21%
B=12.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal249252690.0100.730.0160.9896.8362.94
HexF9FC45104913d613f
Octal3713741051011117514177
Binary1111100111111100100010110100100111111011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FC45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FC45; }

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

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

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

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

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

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

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

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