Html Css Color HEX #98270C Mandarian Orange

📋 copy color: '#98270C'

red 152 ◦ green 39 ◦ blue 12

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

Shades of Mandarian Orange #98270C

Tints of Mandarian Orange #98270C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 19.21%

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

R = 74.88%
G = 19.21%
B = 5.91%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98270C (or 0x98270C) is known color: Mandarian Orange. HEX triplet: 98, 27 and 0C. RGB value is (152,39,12). Sum of RGB (Red+Green+Blue) = 152+39+12=203 (26% of max value = 765). Red value is 152 (59.77% from 255 or 74.88% from 203); Green value is 39 (15.62% from 255 or 19.21% from 203); Blue value is 12 (5.08% from 255 or 5.91% from 203); Max value from RGB is 152 - color contains mainly: red. Hex color #98270C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98270C is #67D8F3. Grayscale: #454545. Windows color (decimal): -6805748 or 796568. OLE color: 796568.

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

Color convert

RGB 152 39 12 -
CMYK 0 0.74 0.92 0.40
HSL 11.57º 0.85% 0.32% -
HSV(B) 11.57º 0.92% 0.6% -
XYZ 13.74 8.15 1.2 -
YUV 69.71 95.44 186.7 -
System Red Green Blue C M Y K H S L
Decimal 152 39 12 0 0.74 0.92 0.40 11.57 0.85 0.32
Hex 98 27 C 0 4A 5C 28 C 55 20
Octal 230 47 14 0 112 134 50 14 125 40
Binary 10011000 100111 1100 0 1001010 1011100 101000 1100 1010101 100000

Color Harmonies of #98270C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98270C

Black with #98270C

Text Example


Text Example

White with #98270C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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