#F8FA45

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

Shades of Paris Daisy #F8FA45

Tints of Paris Daisy #F8FA45

Color information

#F8FA45 (or 0xF8FA45) is unknown color: approx Paris Daisy. HEX triplet: F8, FA and 45. RGB value is (248,250,69). Sum of RGB (Red+Green+Blue) = 248+250+69=567 (75% of max value = 765). Red value is 248 (97.27% from 255 or 43.74% from 567); Green value is 250 (98.05% from 255 or 44.09% from 567); Blue value is 69 (27.34% from 255 or 12.17% from 567); Max value from RGB is 250 - color contains mainly: green. Hex color #F8FA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F8FA45 is #0705BA. Grayscale: #E5E5E5. Windows color (decimal): -460219 or 4586232. OLE color: 4586232.

HSL color Cylindrical-coordinate representation of color #F8FA45: hue angle of 60.66º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #F8FA45 is Cyan = 0.01, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB24825069-
CMYK0.0100.720.02
HSL60.66º94.76%62.55%-
HSV(B)60.66º72.4%98.04%-
XYZ73.9788.7618.86-
YUV228.7737.84141.72-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 43.74%
GREEN value IS 250 (98.05% from 255) = 44.09%
BLUE value IS 69 (27.34% from 255) = 12.17%
R=43.74%
G=44.09%
B=12.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal248250690.0100.720.0260.6694.7662.55
HexF8FA45104823d5f3f
Octal3703721051011027513777
Binary11111000111110101000101101001000101111011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8FA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8FA45; }

 p { color: rgb(248,250,69); }

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

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

 a { background-color: rgb(248,250,69); }

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

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

 span { border-color: rgb(248,250,69); }

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