Html Css Color HEX #98261C Mandarian Orange

📋 copy color: '#98261C'

red 152 ◦ green 38 ◦ blue 28

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

Shades of Mandarian Orange #98261C

Tints of Mandarian Orange #98261C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 69.72%
G = 17.43%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#98261C (or 0x98261C) is known color: Mandarian Orange. HEX triplet: 98, 26 and 1C. RGB value is (152,38,28). Sum of RGB (Red+Green+Blue) = 152+38+28=218 (28% of max value = 765). Red value is 152 (59.77% from 255 or 69.72% from 218); Green value is 38 (15.23% from 255 or 17.43% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 152 - color contains mainly: red. Hex color #98261C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98261C is #67D9E3. Grayscale: #474747. Windows color (decimal): -6805988 or 1844888. OLE color: 1844888.

HSL color Cylindrical-coordinate representation of color #98261C: hue angle of 4.84º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #98261C is Cyan = 0, Magento = 0.75, Yellow = 0.82 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 38 28 -
CMYK 0 0.75 0.82 0.40
HSL 4.84º 0.69% 0.35% -
HSV(B) 4.84º 0.82% 0.6% -
XYZ 13.85 8.15 1.94 -
YUV 70.95 103.77 185.81 -
System Red Green Blue C M Y K H S L
Decimal 152 38 28 0 0.75 0.82 0.40 4.84 0.69 0.35
Hex 98 26 1C 0 4B 52 28 5 45 23
Octal 230 46 34 0 113 122 50 5 105 43
Binary 10011000 100110 11100 0 1001011 1010010 101000 101 1000101 100011

Color Harmonies of #98261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #98261C

Black with #98261C

Text Example


Text Example

White with #98261C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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