Html Css Color HEX #95210F Mandarian Orange

📋 copy color: '#95210F'

red 149 ◦ green 33 ◦ blue 15

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

Shades of Mandarian Orange #95210F

Tints of Mandarian Orange #95210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.75%

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

R = 75.63%
G = 16.75%
B = 7.61%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#95210F (or 0x95210F) is known color: Mandarian Orange. HEX triplet: 95, 21 and 0F. RGB value is (149,33,15). Sum of RGB (Red+Green+Blue) = 149+33+15=197 (26% of max value = 765). Red value is 149 (58.59% from 255 or 75.63% from 197); Green value is 33 (13.28% from 255 or 16.75% from 197); Blue value is 15 (6.25% from 255 or 7.61% from 197); Max value from RGB is 149 - color contains mainly: red. Hex color #95210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95210F is #6ADEF0. Grayscale: #414141. Windows color (decimal): -7003889 or 991637. OLE color: 991637.

HSL color Cylindrical-coordinate representation of color #95210F: hue angle of 8.06º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #95210F is Cyan = 0, Magento = 0.78, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 33 15 -
CMYK 0 0.78 0.90 0.42
HSL 8.06º 0.82% 0.32% -
HSV(B) 8.06º 0.9% 0.58% -
XYZ 13.02 7.51 1.22 -
YUV 65.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 149 33 15 0 0.78 0.90 0.42 8.06 0.82 0.32
Hex 95 21 F 0 4E 5A 2A 8 52 20
Octal 225 41 17 0 116 132 52 10 122 40
Binary 10010101 100001 1111 0 1001110 1011010 101010 1000 1010010 100000

Color Harmonies of #95210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95210F

Black with #95210F

Text Example


Text Example

White with #95210F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,33,15); }

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

background-color css

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

 a { background-color: rgb(149,33,15); }

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

border-color css

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

 span { border-color: rgb(149,33,15); }

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