#F08755

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

Shades of Crusta #F08755

Tints of Crusta #F08755

Color information

#F08755 (or 0xF08755) is unknown color: approx Crusta. HEX triplet: F0, 87 and 55. RGB value is (240,135,85). Sum of RGB (Red+Green+Blue) = 240+135+85=460 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.17% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 240 - color contains mainly: red. Hex color #F08755 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F08755 is #0F78AA. Grayscale: #A0A0A0. Windows color (decimal): -1013931 or 5605360. OLE color: 5605360.

HSL color Cylindrical-coordinate representation of color #F08755: hue angle of 19.35º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #F08755 is Cyan = 0, Magento = 0.44, Yellow = 0.65 and Black (K on CMYK) = 0.06.

Color convert

RGB24013585-
CMYK00.440.650.06
HSL19.35º83.78%63.73%-
HSV(B)19.35º64.58%94.12%-
XYZ46.2436.5113.2-
YUV160.785.29184.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 52.17%
GREEN value IS 135 (53.12% from 255) = 29.35%
BLUE value IS 85 (33.59% from 255) = 18.48%
R=52.17%
G=29.35%
B=18.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.65
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401358500.440.650.0619.3583.7863.73
HexF0875502C416135440
Octal360207125054101623124100
Binary11110000100001111010101010110010000011101001110101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F08755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F08755; }

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

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

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

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

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

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

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

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