Html Css Color HEX #98240B Mandarian Orange

📋 copy color: '#98240B'

red 152 ◦ green 36 ◦ blue 11

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

Shades of Mandarian Orange #98240B

Tints of Mandarian Orange #98240B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.53%

R = 76.38%
G = 18.09%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#98240B (or 0x98240B) is known color: Mandarian Orange. HEX triplet: 98, 24 and 0B. RGB value is (152,36,11). Sum of RGB (Red+Green+Blue) = 152+36+11=199 (26% of max value = 765). Red value is 152 (59.77% from 255 or 76.38% from 199); Green value is 36 (14.45% from 255 or 18.09% from 199); Blue value is 11 (4.69% from 255 or 5.53% from 199); Max value from RGB is 152 - color contains mainly: red. Hex color #98240B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #98240B is #67DBF4. Grayscale: #444444. Windows color (decimal): -6806517 or 730264. OLE color: 730264.

HSL color Cylindrical-coordinate representation of color #98240B: hue angle of 10.64º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #98240B is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 36 11 -
CMYK 0 0.76 0.93 0.40
HSL 10.64º 0.87% 0.32% -
HSV(B) 10.64º 0.93% 0.6% -
XYZ 13.64 7.96 1.13 -
YUV 67.83 95.93 188.03 -
System Red Green Blue C M Y K H S L
Decimal 152 36 11 0 0.76 0.93 0.40 10.64 0.87 0.32
Hex 98 24 B 0 4C 5D 28 B 57 20
Octal 230 44 13 0 114 135 50 13 127 40
Binary 10011000 100100 1011 0 1001100 1011101 101000 1011 1010111 100000

Color Harmonies of #98240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98240B

Black with #98240B

Text Example


Text Example

White with #98240B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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