Html Css Color HEX #98230C Mandarian Orange

📋 copy color: '#98230C'

red 152 ◦ green 35 ◦ blue 12

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

Shades of Mandarian Orange #98230C

Tints of Mandarian Orange #98230C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.59%

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

R = 76.38%
G = 17.59%
B = 6.03%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98230C (or 0x98230C) is known color: Mandarian Orange. HEX triplet: 98, 23 and 0C. RGB value is (152,35,12). Sum of RGB (Red+Green+Blue) = 152+35+12=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 35 (14.06% from 255 or 17.59% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #98230C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98230C is #67DCF3. Grayscale: #434343. Windows color (decimal): -6806772 or 795544. OLE color: 795544.

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

Color convert

RGB 152 35 12 -
CMYK 0 0.77 0.92 0.40
HSL 9.86º 0.85% 0.32% -
HSV(B) 9.86º 0.92% 0.6% -
XYZ 13.62 7.9 1.16 -
YUV 67.36 96.76 188.37 -
System Red Green Blue C M Y K H S L
Decimal 152 35 12 0 0.77 0.92 0.40 9.86 0.85 0.32
Hex 98 23 C 0 4D 5C 28 A 55 20
Octal 230 43 14 0 115 134 50 12 125 40
Binary 10011000 100011 1100 0 1001101 1011100 101000 1010 1010101 100000

Color Harmonies of #98230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98230C

Black with #98230C

Text Example


Text Example

White with #98230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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