Html Css Color HEX #98201A Mandarian Orange

📋 copy color: '#98201A'

red 152 ◦ green 32 ◦ blue 26

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

Shades of Mandarian Orange #98201A

Tints of Mandarian Orange #98201A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.38%

R = 72.38%
G = 15.24%
B = 12.38%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#98201A (or 0x98201A) is known color: Mandarian Orange. HEX triplet: 98, 20 and 1A. RGB value is (152,32,26). Sum of RGB (Red+Green+Blue) = 152+32+26=210 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.38% from 210); Green value is 32 (12.89% from 255 or 15.24% from 210); Blue value is 26 (10.55% from 255 or 12.38% from 210); Max value from RGB is 152 - color contains mainly: red. Hex color #98201A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98201A is #67DFE5. Grayscale: #434343. Windows color (decimal): -6807526 or 1712280. OLE color: 1712280.

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

Color convert

RGB 152 32 26 -
CMYK 0 0.79 0.83 0.40
HSL 2.86º 0.71% 0.35% -
HSV(B) 2.86º 0.83% 0.6% -
XYZ 13.65 7.78 1.76 -
YUV 67.2 104.76 188.49 -
System Red Green Blue C M Y K H S L
Decimal 152 32 26 0 0.79 0.83 0.40 2.86 0.71 0.35
Hex 98 20 1A 0 4F 53 28 3 47 23
Octal 230 40 32 0 117 123 50 3 107 43
Binary 10011000 100000 11010 0 1001111 1010011 101000 11 1000111 100011

Color Harmonies of #98201A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98201A

Black with #98201A

Text Example


Text Example

White with #98201A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98201A; }

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

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

background-color css

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

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

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

border-color css

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

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

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