Html Css Color HEX #98220C Mandarian Orange

📋 copy color: '#98220C'

red 152 ◦ green 34 ◦ blue 12

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

Shades of Mandarian Orange #98220C

Tints of Mandarian Orange #98220C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.06%

R = 76.77%
G = 17.17%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98220C (or 0x98220C) is known color: Mandarian Orange. HEX triplet: 98, 22 and 0C. RGB value is (152,34,12). Sum of RGB (Red+Green+Blue) = 152+34+12=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 34 (13.67% from 255 or 17.17% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98220C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98220C is #67DDF3. Grayscale: #424242. Windows color (decimal): -6807028 or 795288. OLE color: 795288.

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

Color convert

RGB 152 34 12 -
CMYK 0 0.78 0.92 0.40
HSL 9.43º 0.85% 0.32% -
HSV(B) 9.43º 0.92% 0.6% -
XYZ 13.59 7.85 1.15 -
YUV 66.77 97.09 188.79 -
System Red Green Blue C M Y K H S L
Decimal 152 34 12 0 0.78 0.92 0.40 9.43 0.85 0.32
Hex 98 22 C 0 4E 5C 28 9 55 20
Octal 230 42 14 0 116 134 50 11 125 40
Binary 10011000 100010 1100 0 1001110 1011100 101000 1001 1010101 100000

Color Harmonies of #98220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98220C

Black with #98220C

Text Example


Text Example

White with #98220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98220C; }

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

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

background-color css

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

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

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

border-color css

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

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

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