#F5F944

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

Shades of Paris Daisy #F5F944

Tints of Paris Daisy #F5F944

Color information

#F5F944 (or 0xF5F944) is unknown color: approx Paris Daisy. HEX triplet: F5, F9 and 44. RGB value is (245,249,68). Sum of RGB (Red+Green+Blue) = 245+249+68=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 249 (97.66% from 255 or 44.31% from 562); Blue value is 68 (26.95% from 255 or 12.10% from 562); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F944 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F944 is #0A06BB. Grayscale: #E3E3E3. Windows color (decimal): -657084 or 4520437. OLE color: 4520437.

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

Color convert

RGB24524968-
CMYK0.0200.730.02
HSL61.33º93.78%62.16%-
HSV(B)61.33º72.69%97.65%-
XYZ72.5887.5818.55-
YUV227.1738.17140.72-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.59%
GREEN value IS 249 (97.66% from 255) = 44.31%
BLUE value IS 68 (26.95% from 255) = 12.10%
R=43.59%
G=44.31%
B=12.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245249680.0200.730.0261.3393.7862.16
HexF5F944204923d5e3e
Octal3653711042011127513676
Binary111101011111100110001001001001001101111011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F944; }

 p { color: rgb(245,249,68); }

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

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

 a { background-color: rgb(245,249,68); }

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

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

 span { border-color: rgb(245,249,68); }

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