#8F402E

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

Shades of Fire #8F402E

Tints of Fire #8F402E

Color information

#8F402E (or 0x8F402E) is unknown color: approx Fire. HEX triplet: 8F, 40 and 2E. RGB value is (143,64,46). Sum of RGB (Red+Green+Blue) = 143+64+46=253 (33% of max value = 765). Red value is 143 (56.25% from 255 or 56.52% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 143 - color contains mainly: red. Hex color #8F402E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8F402E is #70BFD1. Grayscale: #555555. Windows color (decimal): -7389138 or 3031183. OLE color: 3031183.

HSL color Cylindrical-coordinate representation of color #8F402E: hue angle of 11.13º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8F402E is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.44.

Color convert

RGB1436446-
CMYK00.550.680.44
HSL11.13º51.32%37.06%-
HSV(B)11.13º67.83%56.08%-
XYZ13.659.73.74-
YUV85.57105.67168.96-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 56.52%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 46 (18.36% from 255) = 18.18%
R=56.52%
G=25.30%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.68
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143644600.550.680.4411.1351.3237.06
Hex8F402E037442Cb3325
Octal2171005606710454136345
Binary100011111000000101110011011110001001011001011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F402E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F402E; }

 p { color: rgb(143,64,46); }

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

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

 a { background-color: rgb(143,64,46); }

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

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

 span { border-color: rgb(143,64,46); }

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