Html Css Color HEX #98281E Mandarian Orange

📋 copy color: '#98281E'

red 152 ◦ green 40 ◦ blue 30

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

Shades of Mandarian Orange #98281E

Tints of Mandarian Orange #98281E

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.02%

 BLUE value IS 30 (12.11% from 255) = 13.51%

R = 68.47%
G = 18.02%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#98281E (or 0x98281E) is known color: Mandarian Orange. HEX triplet: 98, 28 and 1E. RGB value is (152,40,30). Sum of RGB (Red+Green+Blue) = 152+40+30=222 (29% of max value = 765). Red value is 152 (59.77% from 255 or 68.47% from 222); Green value is 40 (16.02% from 255 or 18.02% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 152 - color contains mainly: red. Hex color #98281E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98281E is #67D7E1. Grayscale: #484848. Windows color (decimal): -6805474 or 1976472. OLE color: 1976472.

HSL color Cylindrical-coordinate representation of color #98281E: hue angle of 4.92º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #98281E is Cyan = 0, Magento = 0.74, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 40 30 -
CMYK 0 0.74 0.80 0.40
HSL 4.92º 0.67% 0.36% -
HSV(B) 4.92º 0.8% 0.6% -
XYZ 13.94 8.29 2.09 -
YUV 72.35 104.11 184.81 -
System Red Green Blue C M Y K H S L
Decimal 152 40 30 0 0.74 0.80 0.40 4.92 0.67 0.36
Hex 98 28 1E 0 4A 50 28 5 43 24
Octal 230 50 36 0 112 120 50 5 103 44
Binary 10011000 101000 11110 0 1001010 1010000 101000 101 1000011 100100

Color Harmonies of #98281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98281E

Black with #98281E

Text Example


Text Example

White with #98281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #98281E; }

 p { color: rgb(152,40,30); }

 H1.HeaderClassName
 {
   color: #98281E;
 }
 .AnyTagClassName
 {
   color: #98281E;
 }
</style>

background-color css

<style>
 a { background-color: #98281E; }

 a { background-color: rgb(152,40,30); }

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

border-color css

<style>
 span { border-color: #98281E; }

 span { border-color: rgb(152,40,30); }

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