Html Css Color HEX #95240A Mandarian Orange

📋 copy color: '#95240A'

red 149 ◦ green 36 ◦ blue 10

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

Shades of Mandarian Orange #95240A

Tints of Mandarian Orange #95240A

RGB

 RED value IS 149 (58.59% from 255) = 76.41%

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

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

R = 76.41%
G = 18.46%
B = 5.13%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.42

RGB Variations

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

Color information

#95240A (or 0x95240A) is known color: Mandarian Orange. HEX triplet: 95, 24 and 0A. RGB value is (149,36,10). Sum of RGB (Red+Green+Blue) = 149+36+10=195 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.41% from 195); Green value is 36 (14.45% from 255 or 18.46% from 195); Blue value is 10 (4.30% from 255 or 5.13% from 195); Max value from RGB is 149 - color contains mainly: red. Hex color #95240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95240A is #6ADBF5. Grayscale: #434343. Windows color (decimal): -7003126 or 664725. OLE color: 664725.

HSL color Cylindrical-coordinate representation of color #95240A: hue angle of 11.22º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95240A is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 36 10 -
CMYK 0 0.76 0.93 0.42
HSL 11.22º 0.87% 0.31% -
HSV(B) 11.22º 0.93% 0.58% -
XYZ 13.08 7.67 1.08 -
YUV 66.82 95.94 186.61 -
System Red Green Blue C M Y K H S L
Decimal 149 36 10 0 0.76 0.93 0.42 11.22 0.87 0.31
Hex 95 24 A 0 4C 5D 2A B 57 1F
Octal 225 44 12 0 114 135 52 13 127 37
Binary 10010101 100100 1010 0 1001100 1011101 101010 1011 1010111 11111

Color Harmonies of #95240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95240A

Black with #95240A

Text Example


Text Example

White with #95240A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,36,10); }

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

background-color css

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

 a { background-color: rgb(149,36,10); }

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

border-color css

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

 span { border-color: rgb(149,36,10); }

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