#F9F253

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

Shades of Paris Daisy #F9F253

Tints of Paris Daisy #F9F253

Color information

#F9F253 (or 0xF9F253) is unknown color: approx Paris Daisy. HEX triplet: F9, F2 and 53. RGB value is (249,242,83). Sum of RGB (Red+Green+Blue) = 249+242+83=574 (76% of max value = 765). Red value is 249 (97.66% from 255 or 43.38% from 574); Green value is 242 (94.92% from 255 or 42.16% from 574); Blue value is 83 (32.81% from 255 or 14.46% from 574); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F253 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9F253 is #060DAC. Grayscale: #E2E2E2. Windows color (decimal): -396717 or 5501689. OLE color: 5501689.

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

Color convert

RGB24924283-
CMYK00.030.670.02
HSL57.47º93.26%65.1%-
HSV(B)57.47º66.67%97.65%-
XYZ72.3884.2720.63-
YUV225.9747.32144.43-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.38%
GREEN value IS 242 (94.92% from 255) = 42.16%
BLUE value IS 83 (32.81% from 255) = 14.46%
R=43.38%
G=42.16%
B=14.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2492428300.030.670.0257.4793.2665.1
HexF9F25303432395d41
Octal37136212303103271135101
Binary1111100111110010101001101110000111011100110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F253; }

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

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

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

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

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

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

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

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