#F5F945

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

Shades of Paris Daisy #F5F945

Tints of Paris Daisy #F5F945

Color information

#F5F945 (or 0xF5F945) is unknown color: approx Paris Daisy. HEX triplet: F5, F9 and 45. RGB value is (245,249,69). Sum of RGB (Red+Green+Blue) = 245+249+69=563 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.52% from 563); Green value is 249 (97.66% from 255 or 44.23% from 563); Blue value is 69 (27.34% from 255 or 12.26% from 563); Max value from RGB is 249 - color contains mainly: green. Hex color #F5F945 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5F945 is #0A06BA. Grayscale: #E4E4E4. Windows color (decimal): -657083 or 4585973. OLE color: 4585973.

HSL color Cylindrical-coordinate representation of color #F5F945: 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.72%. Process color model (Four color, CMYK) of #F5F945 is Cyan = 0.02, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB24524969-
CMYK0.0200.720.02
HSL61.33º93.75%62.35%-
HSV(B)61.33º72.29%97.65%-
XYZ72.6187.5918.71-
YUV227.2838.67140.64-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.52%
GREEN value IS 249 (97.66% from 255) = 44.23%
BLUE value IS 69 (27.34% from 255) = 12.26%
R=43.52%
G=44.23%
B=12.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal245249690.0200.720.0261.3393.7562.35
HexF5F945204823d5e3e
Octal3653711052011027513676
Binary111101011111100110001011001001000101111011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F945; }

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

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

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

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

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

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

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

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