Html Css Color HEX #98240C Mandarian Orange

📋 copy color: '#98240C'

red 152 ◦ green 36 ◦ blue 12

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

Shades of Mandarian Orange #98240C

Tints of Mandarian Orange #98240C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 18%

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

R = 76%
G = 18%
B = 6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.40

RGB Variations

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

Color information

#98240C (or 0x98240C) is known color: Mandarian Orange. HEX triplet: 98, 24 and 0C. RGB value is (152,36,12). Sum of RGB (Red+Green+Blue) = 152+36+12=200 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76% from 200); Green value is 36 (14.45% from 255 or 18% from 200); Blue value is 12 (5.08% from 255 or 6% from 200); Max value from RGB is 152 - color contains mainly: red. Hex color #98240C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98240C is #67DBF3. Grayscale: #444444. Windows color (decimal): -6806516 or 795800. OLE color: 795800.

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

Color convert

RGB 152 36 12 -
CMYK 0 0.76 0.92 0.40
HSL 10.29º 0.85% 0.32% -
HSV(B) 10.29º 0.92% 0.6% -
XYZ 13.65 7.96 1.17 -
YUV 67.95 96.43 187.95 -
System Red Green Blue C M Y K H S L
Decimal 152 36 12 0 0.76 0.92 0.40 10.29 0.85 0.32
Hex 98 24 C 0 4C 5C 28 A 55 20
Octal 230 44 14 0 114 134 50 12 125 40
Binary 10011000 100100 1100 0 1001100 1011100 101000 1010 1010101 100000

Color Harmonies of #98240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98240C

Black with #98240C

Text Example


Text Example

White with #98240C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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