#F5F355

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

Shades of Paris Daisy #F5F355

Tints of Paris Daisy #F5F355

Color information

#F5F355 (or 0xF5F355) is unknown color: approx Paris Daisy. HEX triplet: F5, F3 and 55. RGB value is (245,243,85). Sum of RGB (Red+Green+Blue) = 245+243+85=573 (75% of max value = 765). Red value is 245 (96.09% from 255 or 42.76% from 573); Green value is 243 (95.31% from 255 or 42.41% from 573); Blue value is 85 (33.59% from 255 or 14.83% from 573); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F355 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5F355 is #0A0CAA. Grayscale: #E2E2E2. Windows color (decimal): -658603 or 5633013. OLE color: 5633013.

HSL color Cylindrical-coordinate representation of color #F5F355: hue angle of 59.25º degrees, saturation: 0.89, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F5F355 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.04.

Color convert

RGB24524385-
CMYK00.010.650.04
HSL59.25º88.89%64.71%-
HSV(B)59.25º65.31%96.08%-
XYZ71.3584.1721.08-
YUV225.5948.66141.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 42.76%
GREEN value IS 243 (95.31% from 255) = 42.41%
BLUE value IS 85 (33.59% from 255) = 14.83%
R=42.76%
G=42.41%
B=14.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2452438500.010.650.0459.2588.8964.71
HexF5F355014143b5941
Octal36536312501101473131101
Binary1111010111110011101010101100000110011101110110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F355; }

 p { color: rgb(245,243,85); }

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

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

 a { background-color: rgb(245,243,85); }

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

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

 span { border-color: rgb(245,243,85); }

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