Html Css Color HEX #982209 Mandarian Orange

📋 copy color: '#982209'

red 152 ◦ green 34 ◦ blue 9

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

Shades of Mandarian Orange #982209

Tints of Mandarian Orange #982209

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.44%

 BLUE value IS 9 (3.91% from 255) = 4.62%

R = 77.95%
G = 17.44%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#982209 (or 0x982209) is known color: Mandarian Orange. HEX triplet: 98, 22 and 09. RGB value is (152,34,9). Sum of RGB (Red+Green+Blue) = 152+34+9=195 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.95% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 9 (3.91% from 255 or 4.62% from 195); Max value from RGB is 152 - color contains mainly: red. Hex color #982209 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #982209 is #67DDF6. Grayscale: #424242. Windows color (decimal): -6807031 or 598680. OLE color: 598680.

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

Color convert

RGB 152 34 9 -
CMYK 0 0.78 0.94 0.40
HSL 10.49º 0.89% 0.32% -
HSV(B) 10.49º 0.94% 0.6% -
XYZ 13.57 7.84 1.06 -
YUV 66.43 95.59 189.03 -
System Red Green Blue C M Y K H S L
Decimal 152 34 9 0 0.78 0.94 0.40 10.49 0.89 0.32
Hex 98 22 9 0 4E 5E 28 A 59 20
Octal 230 42 11 0 116 136 50 12 131 40
Binary 10011000 100010 1001 0 1001110 1011110 101000 1010 1011001 100000

Color Harmonies of #982209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982209

Black with #982209

Text Example


Text Example

White with #982209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #982209; }

 p { color: rgb(152,34,9); }

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

background-color css

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

 a { background-color: rgb(152,34,9); }

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

border-color css

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

 span { border-color: rgb(152,34,9); }

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