Html Css Color HEX #99250E Mandarian Orange

📋 copy color: '#99250E'

red 153 ◦ green 37 ◦ blue 14

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

Shades of Mandarian Orange #99250E

Tints of Mandarian Orange #99250E

RGB

 RED value IS 153 (60.16% from 255) = 75%

 GREEN value IS 37 (14.84% from 255) = 18.14%

 BLUE value IS 14 (5.86% from 255) = 6.86%

R = 75%
G = 18.14%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.91

 K value IS 0.4

RGB Variations

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

Color information

#99250E (or 0x99250E) is known color: Mandarian Orange. HEX triplet: 99, 25 and 0E. RGB value is (153,37,14). Sum of RGB (Red+Green+Blue) = 153+37+14=204 (27% of max value = 765). Red value is 153 (60.16% from 255 or 75% from 204); Green value is 37 (14.84% from 255 or 18.14% from 204); Blue value is 14 (5.86% from 255 or 6.86% from 204); Max value from RGB is 153 - color contains mainly: red. Hex color #99250E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99250E is #66DAF1. Grayscale: #454545. Windows color (decimal): -6740722 or 927129. OLE color: 927129.

HSL color Cylindrical-coordinate representation of color #99250E: hue angle of 9.93º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #99250E is Cyan = 0, Magento = 0.76, Yellow = 0.91 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 37 14 -
CMYK 0 0.76 0.91 0.4
HSL 9.93º 0.83% 0.33% -
HSV(B) 9.93º 0.91% 0.6% -
XYZ 13.88 8.13 1.25 -
YUV 69.06 96.93 187.87 -
System Red Green Blue C M Y K H S L
Decimal 153 37 14 0 0.76 0.91 0.4 9.93 0.83 0.33
Hex 99 25 E 0 4C 5B 28 A 53 21
Octal 231 45 16 0 114 133 50 12 123 41
Binary 10011001 100101 1110 0 1001100 1011011 101000 1010 1010011 100001

Color Harmonies of #99250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99250E

Black with #99250E

Text Example


Text Example

White with #99250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99250E; }

 p { color: rgb(153,37,14); }

 H1.HeaderClassName
 {
   color: #99250E;
 }
 .AnyTagClassName
 {
   color: #99250E;
 }
</style>

background-color css

<style>
 a { background-color: #99250E; }

 a { background-color: rgb(153,37,14); }

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

border-color css

<style>
 span { border-color: #99250E; }

 span { border-color: rgb(153,37,14); }

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