#98251F

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

Shades of Mandarian Orange #98251F

Tints of Mandarian Orange #98251F

Color information

#98251F (or 0x98251F) is unknown color: approx Mandarian Orange. HEX triplet: 98, 25 and 1F. RGB value is (152,37,31). Sum of RGB (Red+Green+Blue) = 152+37+31=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 37 (14.84% from 255 or 16.82% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #98251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98251F is #67DAE0. Grayscale: #464646. Windows color (decimal): -6806241 or 2041240. OLE color: 2041240.

HSL color Cylindrical-coordinate representation of color #98251F: hue angle of 2.98º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98251F is Cyan = 0, Magento = 0.76, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB1523731-
CMYK00.760.800.40
HSL2.98º66.12%35.88%-
HSV(B)2.98º79.61%59.61%-
XYZ13.868.12.13-
YUV70.7105.6185.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 69.09%
GREEN value IS 37 (14.84% from 255) = 16.82%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=69.09%
G=16.82%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.80
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152373100.760.800.402.9866.1235.88
Hex98251F04C502834224
Octal2304537011412050310244
Binary1001100010010111111010011001010000101000111000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98251F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98251F; }

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

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

<style>
 a { background-color: #98251F; }

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

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

<style>
 span { border-color: #98251F; }

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

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