#F9F250

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

Shades of Paris Daisy #F9F250

Tints of Paris Daisy #F9F250

Color information

#F9F250 (or 0xF9F250) is unknown color: approx Paris Daisy. HEX triplet: F9, F2 and 50. RGB value is (249,242,80). Sum of RGB (Red+Green+Blue) = 249+242+80=571 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.61% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 80 (31.64% from 255 or 14.01% from 571); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F250 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F250 is #060DAF. Grayscale: #E2E2E2. Windows color (decimal): -396720 or 5305081. OLE color: 5305081.

HSL color Cylindrical-coordinate representation of color #F9F250: hue angle of 57.51º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #F9F250 is Cyan = 0, Magento = 0.03, Yellow = 0.68 and Black (K on CMYK) = 0.02.

Color convert

RGB24924280-
CMYK00.030.680.02
HSL57.51º93.37%64.51%-
HSV(B)57.51º67.87%97.65%-
XYZ72.2784.2220.04-
YUV225.6245.82144.67-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.61%
GREEN value IS 242 (94.92% from 255) = 42.38%
BLUE value IS 80 (31.64% from 255) = 14.01%
R=43.61%
G=42.38%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.68
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492428000.030.680.0257.5193.3764.51
HexF9F250034423a5d41
Octal37136212003104272135101
Binary1111100111110010101000001110001001011101010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F250; }

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

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

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

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

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

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

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

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