#F0845B

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

Shades of Crusta #F0845B

Tints of Crusta #F0845B

Color information

#F0845B (or 0xF0845B) is unknown color: approx Crusta. HEX triplet: F0, 84 and 5B. RGB value is (240,132,91). Sum of RGB (Red+Green+Blue) = 240+132+91=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F0845B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0845B is #0F7BA4. Grayscale: #9F9F9F. Windows color (decimal): -1014693 or 5997808. OLE color: 5997808.

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

Color convert

RGB24013291-
CMYK00.450.620.06
HSL16.51º83.24%64.9%-
HSV(B)16.51º62.08%94.12%-
XYZ46.0735.7814.38-
YUV159.6289.28185.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.84%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 91 (35.94% from 255) = 19.65%
R=51.84%
G=28.51%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401329100.450.620.0616.5183.2464.9
HexF0845B02D3E6115341
Octal36020413305576621123101
Binary1111000010000100101101101011011111101101000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0845B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0845B; }

 p { color: rgb(240,132,91); }

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

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

 a { background-color: rgb(240,132,91); }

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

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

 span { border-color: rgb(240,132,91); }

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