Html Css Color HEX #96270F Mandarian Orange

📋 copy color: '#96270F'

red 150 ◦ green 39 ◦ blue 15

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

Shades of Mandarian Orange #96270F

Tints of Mandarian Orange #96270F

RGB

 RED value IS 150 (58.98% from 255) = 73.53%

 GREEN value IS 39 (15.63% from 255) = 19.12%

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 73.53%
G = 19.12%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96270F (or 0x96270F) is known color: Mandarian Orange. HEX triplet: 96, 27 and 0F. RGB value is (150,39,15). Sum of RGB (Red+Green+Blue) = 150+39+15=204 (27% of max value = 765). Red value is 150 (58.98% from 255 or 73.53% from 204); Green value is 39 (15.62% from 255 or 19.12% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 150 - color contains mainly: red. Hex color #96270F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96270F is #69D8F0. Grayscale: #454545. Windows color (decimal): -6936817 or 993174. OLE color: 993174.

HSL color Cylindrical-coordinate representation of color #96270F: hue angle of 10.67º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #96270F is Cyan = 0, Magento = 0.74, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 39 15 -
CMYK 0 0.74 0.9 0.41
HSL 10.67º 0.82% 0.32% -
HSV(B) 10.67º 0.9% 0.59% -
XYZ 13.39 7.97 1.28 -
YUV 69.45 97.27 185.45 -
System Red Green Blue C M Y K H S L
Decimal 150 39 15 0 0.74 0.9 0.41 10.67 0.82 0.32
Hex 96 27 F 0 4A 5A 29 B 52 20
Octal 226 47 17 0 112 132 51 13 122 40
Binary 10010110 100111 1111 0 1001010 1011010 101001 1011 1010010 100000

Color Harmonies of #96270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96270F

Black with #96270F

Text Example


Text Example

White with #96270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96270F; }

 p { color: rgb(150,39,15); }

 H1.HeaderClassName
 {
   color: #96270F;
 }
 .AnyTagClassName
 {
   color: #96270F;
 }
</style>

background-color css

<style>
 a { background-color: #96270F; }

 a { background-color: rgb(150,39,15); }

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

border-color css

<style>
 span { border-color: #96270F; }

 span { border-color: rgb(150,39,15); }

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