Html Css Color HEX #CF7308 Mango Tango

📋 copy color: '#CF7308'

red 207 ◦ green 115 ◦ blue 8

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

Shades of Mango Tango #CF7308

Tints of Mango Tango #CF7308

RGB

 RED value IS 207 (81.25% from 255) = 62.73%

 GREEN value IS 115 (45.31% from 255) = 34.85%

 BLUE value IS 8 (3.52% from 255) = 2.42%

R = 62.73%
G = 34.85%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF7308 (or 0xCF7308) is known color: Mango Tango. HEX triplet: CF, 73 and 08. RGB value is (207,115,8). Sum of RGB (Red+Green+Blue) = 207+115+8=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 115 (45.31% from 255 or 34.85% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7308 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7308 is #308CF7. Grayscale: #828282. Windows color (decimal): -3181816 or 553935. OLE color: 553935.

HSL color Cylindrical-coordinate representation of color #CF7308: hue angle of 32.26º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF7308 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 115 8 -
CMYK 0 0.44 0.96 0.19
HSL 32.26º 0.93% 0.42% -
HSV(B) 32.26º 0.96% 0.81% -
XYZ 31.91 25.54 3.48 -
YUV 130.31 58.98 182.7 -
System Red Green Blue C M Y K H S L
Decimal 207 115 8 0 0.44 0.96 0.19 32.26 0.93 0.42
Hex CF 73 8 0 2C 60 13 20 5D 2A
Octal 317 163 10 0 54 140 23 40 135 52
Binary 11001111 1110011 1000 0 101100 1100000 10011 100000 1011101 101010

Color Harmonies of #CF7308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7308

Black with #CF7308

Text Example


Text Example

White with #CF7308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7308; }

 p { color: rgb(207,115,8); }

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

background-color css

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

 a { background-color: rgb(207,115,8); }

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

border-color css

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

 span { border-color: rgb(207,115,8); }

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