Html Css Color HEX #98200C Mandarian Orange

📋 copy color: '#98200C'

red 152 ◦ green 32 ◦ blue 12

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

Shades of Mandarian Orange #98200C

Tints of Mandarian Orange #98200C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.33%

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

R = 77.55%
G = 16.33%
B = 6.12%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98200C (or 0x98200C) is known color: Mandarian Orange. HEX triplet: 98, 20 and 0C. RGB value is (152,32,12). Sum of RGB (Red+Green+Blue) = 152+32+12=196 (25% of max value = 765). Red value is 152 (59.77% from 255 or 77.55% from 196); Green value is 32 (12.89% from 255 or 16.33% from 196); Blue value is 12 (5.08% from 255 or 6.12% from 196); Max value from RGB is 152 - color contains mainly: red. Hex color #98200C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98200C is #67DFF3. Grayscale: #414141. Windows color (decimal): -6807540 or 794776. OLE color: 794776.

HSL color Cylindrical-coordinate representation of color #98200C: hue angle of 8.57º 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 #98200C is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 12 -
CMYK 0 0.79 0.92 0.40
HSL 8.57º 0.85% 0.32% -
HSV(B) 8.57º 0.92% 0.6% -
XYZ 13.53 7.73 1.13 -
YUV 65.6 97.76 189.63 -
System Red Green Blue C M Y K H S L
Decimal 152 32 12 0 0.79 0.92 0.40 8.57 0.85 0.32
Hex 98 20 C 0 4F 5C 28 9 55 20
Octal 230 40 14 0 117 134 50 11 125 40
Binary 10011000 100000 1100 0 1001111 1011100 101000 1001 1010101 100000

Color Harmonies of #98200C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98200C

Black with #98200C

Text Example


Text Example

White with #98200C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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