#F0F155

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

Shades of Paris Daisy #F0F155

Tints of Paris Daisy #F0F155

Color information

#F0F155 (or 0xF0F155) is unknown color: approx Paris Daisy. HEX triplet: F0, F1 and 55. RGB value is (240,241,85). Sum of RGB (Red+Green+Blue) = 240+241+85=566 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.40% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 85 (33.59% from 255 or 15.02% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #F0F155 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0F155 is #0F0EAA. Grayscale: #DFDFDF. Windows color (decimal): -986795 or 5632496. OLE color: 5632496.

HSL color Cylindrical-coordinate representation of color #F0F155: hue angle of 60.38º degrees, saturation: 0.85, 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 #F0F155 is Cyan = 0.00, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.05.

Color convert

RGB24024185-
CMYK0.0000.650.05
HSL60.38º84.78%63.92%-
HSV(B)60.38º64.73%94.51%-
XYZ69.0382.0920.8-
YUV222.9250.17140.18-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 42.40%
GREEN value IS 241 (94.53% from 255) = 42.58%
BLUE value IS 85 (33.59% from 255) = 15.02%
R=42.40%
G=42.58%
B=15.02%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal240241850.0000.650.0560.3884.7863.92
HexF0F155004153c5540
Octal36036112500101574125100
Binary1111000011110001101010100100000110111110010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F155; }

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

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

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

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

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

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

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

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