Html Css Color HEX #98200E Mandarian Orange

📋 copy color: '#98200E'

red 152 ◦ green 32 ◦ blue 14

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

Shades of Mandarian Orange #98200E

Tints of Mandarian Orange #98200E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 7.07%

R = 76.77%
G = 16.16%
B = 7.07%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.40

RGB Variations

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

Color information

#98200E (or 0x98200E) is known color: Mandarian Orange. HEX triplet: 98, 20 and 0E. RGB value is (152,32,14). Sum of RGB (Red+Green+Blue) = 152+32+14=198 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.77% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 14 (5.86% from 255 or 7.07% from 198); Max value from RGB is 152 - color contains mainly: red. Hex color #98200E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98200E is #67DFF1. Grayscale: #424242. Windows color (decimal): -6807538 or 925848. OLE color: 925848.

HSL color Cylindrical-coordinate representation of color #98200E: hue angle of 7.83º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #98200E is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 32 14 -
CMYK 0 0.79 0.91 0.40
HSL 7.83º 0.83% 0.33% -
HSV(B) 7.83º 0.91% 0.6% -
XYZ 13.54 7.74 1.2 -
YUV 65.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 152 32 14 0 0.79 0.91 0.40 7.83 0.83 0.33
Hex 98 20 E 0 4F 5B 28 8 53 21
Octal 230 40 16 0 117 133 50 10 123 41
Binary 10011000 100000 1110 0 1001111 1011011 101000 1000 1010011 100001

Color Harmonies of #98200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98200E

Black with #98200E

Text Example


Text Example

White with #98200E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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