#98270E

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

Shades of Mandarian Orange #98270E

Tints of Mandarian Orange #98270E

Color information

#98270E (or 0x98270E) is unknown color: approx Mandarian Orange. HEX triplet: 98, 27 and 0E. RGB value is (152,39,14). Sum of RGB (Red+Green+Blue) = 152+39+14=205 (27% of max value = 765). Red value is 152 (59.77% from 255 or 74.15% from 205); Green value is 39 (15.62% from 255 or 19.02% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 152 - color contains mainly: red. Hex color #98270E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98270E is #67D8F1. Grayscale: #464646. Windows color (decimal): -6805746 or 927640. OLE color: 927640.

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

Color convert

RGB1523914-
CMYK00.740.910.40
HSL10.87º83.13%32.55%-
HSV(B)10.87º90.79%59.61%-
XYZ13.758.161.27-
YUV69.9496.44186.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 74.15%
GREEN value IS 39 (15.62% from 255) = 19.02%
BLUE value IS 14 (5.86% from 255) = 6.83%
R=74.15%
G=19.02%
B=6.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.91
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152391400.740.910.4010.8783.1332.55
Hex9827E04A5B28b5321
Octal23047160112133501312341
Binary10011000100111111001001010101101110100010111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98270E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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