#98250B

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

Shades of Mandarian Orange #98250B

Tints of Mandarian Orange #98250B

Color information

#98250B (or 0x98250B) is unknown color: approx Mandarian Orange. HEX triplet: 98, 25 and 0B. RGB value is (152,37,11). Sum of RGB (Red+Green+Blue) = 152+37+11=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 37 (14.84% from 255 or 18.5% from 200); Blue value is 11 (4.69% from 255 or 5.5% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #98250B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98250B is #67DAF4. Grayscale: #444444. Windows color (decimal): -6806261 or 730520. OLE color: 730520.

HSL color Cylindrical-coordinate representation of color #98250B: hue angle of 11.06º 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 #98250B is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB1523711-
CMYK00.760.930.40
HSL11.06º86.5%31.96%-
HSV(B)11.06º92.76%59.61%-
XYZ13.678.021.14-
YUV68.4295.6187.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 76%
GREEN value IS 37 (14.84% from 255) = 18.5%
BLUE value IS 11 (4.69% from 255) = 5.5%
R=76%
G=18.5%
B=5.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.93
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152371100.760.930.4011.0686.531.96
Hex9825B04C5D28b5720
Octal23045130114135501312740
Binary10011000100101101101001100101110110100010111010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98250B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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