Html Css Color HEX #982511 Mandarian Orange

📋 copy color: '#982511'

red 152 ◦ green 37 ◦ blue 17

#982511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mandarian Orange #982511

Tints of Mandarian Orange #982511

RGB

 RED value IS 152 (59.77% from 255) = 73.79%

 GREEN value IS 37 (14.84% from 255) = 17.96%

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 73.79%
G = 17.96%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.40

RGB Variations

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

Color information

#982511 (or 0x982511) is known color: Mandarian Orange. HEX triplet: 98, 25 and 11. RGB value is (152,37,17). Sum of RGB (Red+Green+Blue) = 152+37+17=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #982511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982511 is #67DAEE. Grayscale: #454545. Windows color (decimal): -6806255 or 1123736. OLE color: 1123736.

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

Color convert

RGB 152 37 17 -
CMYK 0 0.76 0.89 0.40
HSL 8.89º 0.8% 0.33% -
HSV(B) 8.89º 0.89% 0.6% -
XYZ 13.71 8.04 1.36 -
YUV 69.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 152 37 17 0 0.76 0.89 0.40 8.89 0.8 0.33
Hex 98 25 11 0 4C 59 28 9 50 21
Octal 230 45 21 0 114 131 50 11 120 41
Binary 10011000 100101 10001 0 1001100 1011001 101000 1001 1010000 100001

Color Harmonies of #982511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982511

Black with #982511

Text Example


Text Example

White with #982511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982511; }

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

 H1.HeaderClassName
 {
   color: #982511;
 }
 .AnyTagClassName
 {
   color: #982511;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #982511;
 }
 .BgClassName
 {
   background-color: #982511;
 }
</style>

border-color css

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

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

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