#F8FC52

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

Shades of Paris Daisy #F8FC52

Tints of Paris Daisy #F8FC52

Color information

#F8FC52 (or 0xF8FC52) is unknown color: approx Paris Daisy. HEX triplet: F8, FC and 52. RGB value is (248,252,82). Sum of RGB (Red+Green+Blue) = 248+252+82=582 (77% of max value = 765). Red value is 248 (97.27% from 255 or 42.61% from 582); Green value is 252 (98.83% from 255 or 43.30% from 582); Blue value is 82 (32.42% from 255 or 14.09% from 582); Max value from RGB is 252 - color contains mainly: green. Hex color #F8FC52 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F8FC52 is #0703AD. Grayscale: #E8E8E8. Windows color (decimal): -459694 or 5438712. OLE color: 5438712.

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

Color convert

RGB24825282-
CMYK0.0200.670.01
HSL61.41º96.59%65.49%-
HSV(B)61.41º67.46%98.82%-
XYZ75.0490.1921.44-
YUV231.4243.67139.82-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 42.61%
GREEN value IS 252 (98.83% from 255) = 43.30%
BLUE value IS 82 (32.42% from 255) = 14.09%
R=42.61%
G=43.30%
B=14.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal248252820.0200.670.0161.4196.5965.49
HexF8FC52204313d6141
Octal37037412220103175141101
Binary111110001111110010100101001000011111110111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FC52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FC52; }

 p { color: rgb(248,252,82); }

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

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

 a { background-color: rgb(248,252,82); }

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

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

 span { border-color: rgb(248,252,82); }

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