#F9FA41

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

Shades of Paris Daisy #F9FA41

Tints of Paris Daisy #F9FA41

Color information

#F9FA41 (or 0xF9FA41) is unknown color: approx Paris Daisy. HEX triplet: F9, FA and 41. RGB value is (249,250,65). Sum of RGB (Red+Green+Blue) = 249+250+65=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 250 (98.05% from 255 or 44.33% from 564); Blue value is 65 (25.78% from 255 or 11.52% from 564); Max value from RGB is 250 - color contains mainly: green. Hex color #F9FA41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F9FA41 is #0605BE. Grayscale: #E5E5E5. Windows color (decimal): -394687 or 4324089. OLE color: 4324089.

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

Color convert

RGB24925065-
CMYK0.0000.740.02
HSL60.32º94.87%61.76%-
HSV(B)60.32º74%98.04%-
XYZ74.2188.8918.25-
YUV228.6135.67142.54-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 44.15%
GREEN value IS 250 (98.05% from 255) = 44.33%
BLUE value IS 65 (25.78% from 255) = 11.52%
R=44.15%
G=44.33%
B=11.52%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249250650.0000.740.0260.3294.8761.76
HexF9FA41004A23c5f3e
Octal3713721010011227413776
Binary11111001111110101000001001001010101111001011111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9FA41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9FA41; }

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

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

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

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

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

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

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

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