Html Css Color HEX #96240F Mandarian Orange

📋 copy color: '#96240F'

red 150 ◦ green 36 ◦ blue 15

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

Shades of Mandarian Orange #96240F

Tints of Mandarian Orange #96240F

RGB

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

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

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

R = 74.63%
G = 17.91%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.9

 K value IS 0.41

RGB Variations

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

Color information

#96240F (or 0x96240F) is known color: Mandarian Orange. HEX triplet: 96, 24 and 0F. RGB value is (150,36,15). Sum of RGB (Red+Green+Blue) = 150+36+15=201 (26% of max value = 765). Red value is 150 (58.98% from 255 or 74.63% from 201); Green value is 36 (14.45% from 255 or 17.91% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 150 - color contains mainly: red. Hex color #96240F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #96240F is #69DBF0. Grayscale: #434343. Windows color (decimal): -6937585 or 992406. OLE color: 992406.

HSL color Cylindrical-coordinate representation of color #96240F: hue angle of 9.33º 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 #96240F is Cyan = 0, Magento = 0.76, Yellow = 0.9 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 36 15 -
CMYK 0 0.76 0.9 0.41
HSL 9.33º 0.82% 0.32% -
HSV(B) 9.33º 0.9% 0.59% -
XYZ 13.29 7.78 1.25 -
YUV 67.69 98.27 186.71 -
System Red Green Blue C M Y K H S L
Decimal 150 36 15 0 0.76 0.9 0.41 9.33 0.82 0.32
Hex 96 24 F 0 4C 5A 29 9 52 20
Octal 226 44 17 0 114 132 51 11 122 40
Binary 10010110 100100 1111 0 1001100 1011010 101001 1001 1010010 100000

Color Harmonies of #96240F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96240F

Black with #96240F

Text Example


Text Example

White with #96240F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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