Html Css Color HEX #99280F Mandarian Orange

📋 copy color: '#99280F'

red 153 ◦ green 40 ◦ blue 15

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

Shades of Mandarian Orange #99280F

Tints of Mandarian Orange #99280F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.23%

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

R = 73.56%
G = 19.23%
B = 7.21%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99280F (or 0x99280F) is known color: Mandarian Orange. HEX triplet: 99, 28 and 0F. RGB value is (153,40,15). Sum of RGB (Red+Green+Blue) = 153+40+15=208 (27% of max value = 765). Red value is 153 (60.16% from 255 or 73.56% from 208); Green value is 40 (16.02% from 255 or 19.23% from 208); Blue value is 15 (6.25% from 255 or 7.21% from 208); Max value from RGB is 153 - color contains mainly: red. Hex color #99280F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #99280F is #66D7F0. Grayscale: #474747. Windows color (decimal): -6739953 or 993433. OLE color: 993433.

HSL color Cylindrical-coordinate representation of color #99280F: hue angle of 10.87º 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 #99280F is Cyan = 0, Magento = 0.74, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 40 15 -
CMYK 0 0.74 0.90 0.4
HSL 10.87º 0.82% 0.33% -
HSV(B) 10.87º 0.9% 0.6% -
XYZ 13.98 8.32 1.32 -
YUV 70.94 96.44 186.53 -
System Red Green Blue C M Y K H S L
Decimal 153 40 15 0 0.74 0.90 0.4 10.87 0.82 0.33
Hex 99 28 F 0 4A 5A 28 B 52 21
Octal 231 50 17 0 112 132 50 13 122 41
Binary 10011001 101000 1111 0 1001010 1011010 101000 1011 1010010 100001

Color Harmonies of #99280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99280F

Black with #99280F

Text Example


Text Example

White with #99280F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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