#F9FB52

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

Shades of Paris Daisy #F9FB52

Tints of Paris Daisy #F9FB52

Color information

#F9FB52 (or 0xF9FB52) is unknown color: approx Paris Daisy. HEX triplet: F9, FB and 52. RGB value is (249,251,82). Sum of RGB (Red+Green+Blue) = 249+251+82=582 (77% of max value = 765). Red value is 249 (97.66% from 255 or 42.78% from 582); Green value is 251 (98.44% from 255 or 43.13% from 582); Blue value is 82 (32.42% from 255 or 14.09% from 582); Max value from RGB is 251 - color contains mainly: green. Hex color #F9FB52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F9FB52 is #0604AD. Grayscale: #E7E7E7. Windows color (decimal): -394414 or 5438457. OLE color: 5438457.

HSL color Cylindrical-coordinate representation of color #F9FB52: hue angle of 60.71º degrees, saturation: 0.95, 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 #F9FB52 is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.02.

Color convert

RGB24925182-
CMYK0.0100.670.02
HSL60.71º95.48%65.29%-
HSV(B)60.71º67.33%98.43%-
XYZ75.0989.7421.35-
YUV231.1443.84140.74-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 42.78%
GREEN value IS 251 (98.44% from 255) = 43.13%
BLUE value IS 82 (32.42% from 255) = 14.09%
R=42.78%
G=43.13%
B=14.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249251820.0100.670.0260.7195.4865.29
HexF9FB52104323d5f41
Octal37137312210103275137101
Binary111110011111101110100101010000111011110110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FB52; }

 p { color: rgb(249,251,82); }

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

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

 a { background-color: rgb(249,251,82); }

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

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

 span { border-color: rgb(249,251,82); }

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