#F0845A

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

Shades of Crusta #F0845A

Tints of Crusta #F0845A

Color information

#F0845A (or 0xF0845A) is unknown color: approx Crusta. HEX triplet: F0, 84 and 5A. RGB value is (240,132,90). Sum of RGB (Red+Green+Blue) = 240+132+90=462 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.95% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 240 - color contains mainly: red. Hex color #F0845A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F0845A is #0F7BA5. Grayscale: #9F9F9F. Windows color (decimal): -1014694 or 5932272. OLE color: 5932272.

HSL color Cylindrical-coordinate representation of color #F0845A: hue angle of 16.8º 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 #F0845A is Cyan = 0, Magento = 0.45, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB24013290-
CMYK00.450.620.06
HSL16.8º83.33%64.71%-
HSV(B)16.8º62.5%94.12%-
XYZ46.0335.7714.15-
YUV159.588.78185.42-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.95%
GREEN value IS 132 (51.95% from 255) = 28.57%
BLUE value IS 90 (35.55% from 255) = 19.48%
R=51.95%
G=28.57%
B=19.48%

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
Decimal2401329000.450.620.0616.883.3364.71
HexF0845A02D3E6115341
Octal36020413205576621123101
Binary1111000010000100101101001011011111101101000110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0845A; }

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

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

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

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

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

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

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

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