Html Css Color HEX #97260A Mandarian Orange

📋 copy color: '#97260A'

red 151 ◦ green 38 ◦ blue 10

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

Shades of Mandarian Orange #97260A

Tints of Mandarian Orange #97260A

RGB

 RED value IS 151 (59.38% from 255) = 75.88%

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

 BLUE value IS 10 (4.3% from 255) = 5.03%

R = 75.88%
G = 19.1%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#97260A (or 0x97260A) is known color: Mandarian Orange. HEX triplet: 97, 26 and 0A. RGB value is (151,38,10). Sum of RGB (Red+Green+Blue) = 151+38+10=199 (26% of max value = 765). Red value is 151 (59.38% from 255 or 75.88% from 199); Green value is 38 (15.23% from 255 or 19.10% from 199); Blue value is 10 (4.30% from 255 or 5.03% from 199); Max value from RGB is 151 - color contains mainly: red. Hex color #97260A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #97260A is #68D9F5. Grayscale: #444444. Windows color (decimal): -6871542 or 665239. OLE color: 665239.

HSL color Cylindrical-coordinate representation of color #97260A: hue angle of 11.91º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97260A is Cyan = 0, Magento = 0.75, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 38 10 -
CMYK 0 0.75 0.93 0.41
HSL 11.91º 0.88% 0.32% -
HSV(B) 11.91º 0.93% 0.59% -
XYZ 13.51 7.99 1.12 -
YUV 68.6 94.94 186.78 -
System Red Green Blue C M Y K H S L
Decimal 151 38 10 0 0.75 0.93 0.41 11.91 0.88 0.32
Hex 97 26 A 0 4B 5D 29 C 58 20
Octal 227 46 12 0 113 135 51 14 130 40
Binary 10010111 100110 1010 0 1001011 1011101 101001 1100 1011000 100000

Color Harmonies of #97260A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #97260A

Black with #97260A

Text Example


Text Example

White with #97260A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #97260A; }

 p { color: rgb(151,38,10); }

 H1.HeaderClassName
 {
   color: #97260A;
 }
 .AnyTagClassName
 {
   color: #97260A;
 }
</style>

background-color css

<style>
 a { background-color: #97260A; }

 a { background-color: rgb(151,38,10); }

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

border-color css

<style>
 span { border-color: #97260A; }

 span { border-color: rgb(151,38,10); }

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