#F9FC50

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

Shades of Paris Daisy #F9FC50

Tints of Paris Daisy #F9FC50

Color information

#F9FC50 (or 0xF9FC50) is unknown color: approx Paris Daisy. HEX triplet: F9, FC and 50. RGB value is (249,252,80). Sum of RGB (Red+Green+Blue) = 249+252+80=581 (76% of max value = 765). Red value is 249 (97.66% from 255 or 42.86% from 581); Green value is 252 (98.83% from 255 or 43.37% from 581); Blue value is 80 (31.64% from 255 or 13.77% from 581); Max value from RGB is 252 - color contains mainly: green. Hex color #F9FC50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FC50 is #0603AF. Grayscale: #E8E8E8. Windows color (decimal): -394160 or 5307641. OLE color: 5307641.

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

Color convert

RGB24925280-
CMYK0.0100.680.01
HSL61.05º96.63%65.1%-
HSV(B)61.05º68.25%98.82%-
XYZ75.3390.3421.06-
YUV231.4942.51140.49-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.86%
GREEN value IS 252 (98.83% from 255) = 43.37%
BLUE value IS 80 (31.64% from 255) = 13.77%
R=42.86%
G=43.37%
B=13.77%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal249252800.0100.680.0161.0596.6365.1
HexF9FC50104413d6141
Octal37137412010104175141101
Binary11111001111111001010000101000100111110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FC50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FC50; }

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

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

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

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

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

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

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

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