Html Css Color HEX #982508 Mandarian Orange

📋 copy color: '#982508'

red 152 ◦ green 37 ◦ blue 8

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

Shades of Mandarian Orange #982508

Tints of Mandarian Orange #982508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 4.06%

R = 77.16%
G = 18.78%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.95

 K value IS 0.40

RGB Variations

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

Color information

#982508 (or 0x982508) is known color: Mandarian Orange. HEX triplet: 98, 25 and 08. RGB value is (152,37,8). Sum of RGB (Red+Green+Blue) = 152+37+8=197 (26% of max value = 765). Red value is 152 (59.77% from 255 or 77.16% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 8 (3.52% from 255 or 4.06% from 197); Max value from RGB is 152 - color contains mainly: red. Hex color #982508 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982508 is #67DAF7. Grayscale: #444444. Windows color (decimal): -6806264 or 533912. OLE color: 533912.

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

Color convert

RGB 152 37 8 -
CMYK 0 0.76 0.95 0.40
HSL 12.08º 0.9% 0.31% -
HSV(B) 12.08º 0.95% 0.6% -
XYZ 13.65 8.02 1.06 -
YUV 68.08 94.1 187.86 -
System Red Green Blue C M Y K H S L
Decimal 152 37 8 0 0.76 0.95 0.40 12.08 0.9 0.31
Hex 98 25 8 0 4C 5F 28 C 5A 1F
Octal 230 45 10 0 114 137 50 14 132 37
Binary 10011000 100101 1000 0 1001100 1011111 101000 1100 1011010 11111

Color Harmonies of #982508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982508

Black with #982508

Text Example


Text Example

White with #982508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982508; }

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

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

background-color css

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

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

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

border-color css

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

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

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