#98250C

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

Shades of Mandarian Orange #98250C

Tints of Mandarian Orange #98250C

Color information

#98250C (or 0x98250C) is unknown color: approx Mandarian Orange. HEX triplet: 98, 25 and 0C. RGB value is (152,37,12). Sum of RGB (Red+Green+Blue) = 152+37+12=201 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.62% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 12 (5.08% from 255 or 5.97% from 201); Max value from RGB is 152 - color contains mainly: red. Hex color #98250C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98250C is #67DAF3. Grayscale: #444444. Windows color (decimal): -6806260 or 796056. OLE color: 796056.

HSL color Cylindrical-coordinate representation of color #98250C: hue angle of 10.71º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #98250C is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB1523712-
CMYK00.760.920.40
HSL10.71º85.37%32.16%-
HSV(B)10.71º92.11%59.61%-
XYZ13.688.031.18-
YUV68.5496.1187.53-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 75.62%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 12 (5.08% from 255) = 5.97%
R=75.62%
G=18.41%
B=5.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.92
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152371200.760.920.4010.7185.3732.16
Hex9825C04C5C28b5520
Octal23045140114134501312540
Binary10011000100101110001001100101110010100010111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98250C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98250C; }

 p { color: rgb(152,37,12); }

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

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

 a { background-color: rgb(152,37,12); }

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

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

 span { border-color: rgb(152,37,12); }

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