#98270B

Color #98270B Mandarian Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandarian Orange #98270B

Tints of Mandarian Orange #98270B

Color information

#98270B (or 0x98270B) is unknown color: approx Mandarian Orange. HEX triplet: 98, 27 and 0B. RGB value is (152,39,11). Sum of RGB (Red+Green+Blue) = 152+39+11=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 39 (15.62% from 255 or 19.31% from 202); Blue value is 11 (4.69% from 255 or 5.45% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #98270B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98270B is #67D8F4. Grayscale: #454545. Windows color (decimal): -6805749 or 731032. OLE color: 731032.

HSL color Cylindrical-coordinate representation of color #98270B: hue angle of 11.91º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98270B is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1523911-
CMYK00.740.930.40
HSL11.91º86.5%31.96%-
HSV(B)11.91º92.76%59.61%-
XYZ13.738.151.17-
YUV69.694.94186.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.25%
GREEN value IS 39 (15.62% from 255) = 19.31%
BLUE value IS 11 (4.69% from 255) = 5.45%
R=75.25%
G=19.31%
B=5.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152391100.740.930.4011.9186.531.96
Hex9827B04A5D28c5720
Octal23047130112135501412740
Binary10011000100111101101001010101110110100011001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98270B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98270B; }

 p { color: rgb(152,39,11); }

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

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

 a { background-color: rgb(152,39,11); }

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

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

 span { border-color: rgb(152,39,11); }

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