Html Css Color HEX #98260C Mandarian Orange

📋 copy color: '#98260C'

red 152 ◦ green 38 ◦ blue 12

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

Shades of Mandarian Orange #98260C

Tints of Mandarian Orange #98260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 18.81%

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

R = 75.25%
G = 18.81%
B = 5.94%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98260C (or 0x98260C) is known color: Mandarian Orange. HEX triplet: 98, 26 and 0C. RGB value is (152,38,12). Sum of RGB (Red+Green+Blue) = 152+38+12=202 (26% of max value = 765). Red value is 152 (59.77% from 255 or 75.25% from 202); Green value is 38 (15.23% from 255 or 18.81% from 202); Blue value is 12 (5.08% from 255 or 5.94% from 202); Max value from RGB is 152 - color contains mainly: red. Hex color #98260C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98260C is #67D9F3. Grayscale: #454545. Windows color (decimal): -6806004 or 796312. OLE color: 796312.

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

Color convert

RGB 152 38 12 -
CMYK 0 0.75 0.92 0.40
HSL 11.14º 0.85% 0.32% -
HSV(B) 11.14º 0.92% 0.6% -
XYZ 13.71 8.09 1.19 -
YUV 69.12 95.77 187.11 -
System Red Green Blue C M Y K H S L
Decimal 152 38 12 0 0.75 0.92 0.40 11.14 0.85 0.32
Hex 98 26 C 0 4B 5C 28 B 55 20
Octal 230 46 14 0 113 134 50 13 125 40
Binary 10011000 100110 1100 0 1001011 1011100 101000 1011 1010101 100000

Color Harmonies of #98260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98260C

Black with #98260C

Text Example


Text Example

White with #98260C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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