Html Css Color HEX #99230F Mandarian Orange

📋 copy color: '#99230F'

red 153 ◦ green 35 ◦ blue 15

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

Shades of Mandarian Orange #99230F

Tints of Mandarian Orange #99230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.24%

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

R = 75.37%
G = 17.24%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99230F (or 0x99230F) is known color: Mandarian Orange. HEX triplet: 99, 23 and 0F. RGB value is (153,35,15). Sum of RGB (Red+Green+Blue) = 153+35+15=203 (26% of max value = 765). Red value is 153 (60.16% from 255 or 75.37% from 203); Green value is 35 (14.06% from 255 or 17.24% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 153 - color contains mainly: red. Hex color #99230F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99230F is #66DCF0. Grayscale: #444444. Windows color (decimal): -6741233 or 992153. OLE color: 992153.

HSL color Cylindrical-coordinate representation of color #99230F: hue angle of 8.7º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #99230F is Cyan = 0, Magento = 0.77, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 35 15 -
CMYK 0 0.77 0.90 0.4
HSL 8.7º 0.82% 0.33% -
HSV(B) 8.7º 0.9% 0.6% -
XYZ 13.82 8.01 1.27 -
YUV 68 98.09 188.63 -
System Red Green Blue C M Y K H S L
Decimal 153 35 15 0 0.77 0.90 0.4 8.7 0.82 0.33
Hex 99 23 F 0 4D 5A 28 9 52 21
Octal 231 43 17 0 115 132 50 11 122 41
Binary 10011001 100011 1111 0 1001101 1011010 101000 1001 1010010 100001

Color Harmonies of #99230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99230F

Black with #99230F

Text Example


Text Example

White with #99230F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,35,15); }

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

background-color css

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

 a { background-color: rgb(153,35,15); }

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

border-color css

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

 span { border-color: rgb(153,35,15); }

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