#F3F155

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

Shades of Paris Daisy #F3F155

Tints of Paris Daisy #F3F155

Color information

#F3F155 (or 0xF3F155) is unknown color: approx Paris Daisy. HEX triplet: F3, F1 and 55. RGB value is (243,241,85). Sum of RGB (Red+Green+Blue) = 243+241+85=569 (75% of max value = 765). Red value is 243 (95.31% from 255 or 42.71% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 85 (33.59% from 255 or 14.94% from 569); Max value from RGB is 243 - color contains mainly: red. Hex color #F3F155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3F155 is #0C0EAA. Grayscale: #E0E0E0. Windows color (decimal): -790187 or 5632499. OLE color: 5632499.

HSL color Cylindrical-coordinate representation of color #F3F155: hue angle of 59.24º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F3F155 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24324185-
CMYK00.010.650.05
HSL59.24º86.81%64.31%-
HSV(B)59.24º65.02%95.29%-
XYZ70.0682.6220.85-
YUV223.8149.66141.68-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 42.71%
GREEN value IS 241 (94.53% from 255) = 42.36%
BLUE value IS 85 (33.59% from 255) = 14.94%
R=42.71%
G=42.36%
B=14.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2432418500.010.650.0559.2486.8164.31
HexF3F155014153b5740
Octal36336112501101573127100
Binary1111001111110001101010101100000110111101110101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3F155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3F155; }

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

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

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

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

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

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

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

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