#F9FA45

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

Shades of Paris Daisy #F9FA45

Tints of Paris Daisy #F9FA45

Color information

#F9FA45 (or 0xF9FA45) is unknown color: approx Paris Daisy. HEX triplet: F9, FA and 45. RGB value is (249,250,69). Sum of RGB (Red+Green+Blue) = 249+250+69=568 (75% of max value = 765). Red value is 249 (97.66% from 255 or 43.84% from 568); Green value is 250 (98.05% from 255 or 44.01% from 568); Blue value is 69 (27.34% from 255 or 12.15% from 568); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA45 is #0605BA. Grayscale: #E5E5E5. Windows color (decimal): -394683 or 4586233. OLE color: 4586233.

HSL color Cylindrical-coordinate representation of color #F9FA45: hue angle of 60.33º 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 #F9FA45 is Cyan = 0.00, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB24925069-
CMYK0.0000.720.02
HSL60.33º94.76%62.55%-
HSV(B)60.33º72.4%98.04%-
XYZ74.3388.9418.88-
YUV229.0737.67142.22-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 43.84%
GREEN value IS 250 (98.05% from 255) = 44.01%
BLUE value IS 69 (27.34% from 255) = 12.15%
R=43.84%
G=44.01%
B=12.15%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249250690.0000.720.0260.3394.7662.55
HexF9FA45004823c5f3f
Octal3713721050011027413777
Binary11111001111110101000101001001000101111001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FA45; }

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

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

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

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

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

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

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

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