Html Css Color HEX #CF7508 Mango Tango

📋 copy color: '#CF7508'

red 207 ◦ green 117 ◦ blue 8

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

Shades of Mango Tango #CF7508

Tints of Mango Tango #CF7508

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 62.35%
G = 35.24%
B = 2.41%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.96

 K value IS 0.19

RGB Variations

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

Color information

#CF7508 (or 0xCF7508) is known color: Mango Tango. HEX triplet: CF, 75 and 08. RGB value is (207,117,8). Sum of RGB (Red+Green+Blue) = 207+117+8=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 8 (3.52% from 255 or 2.41% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7508 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7508 is #308AF7. Grayscale: #848484. Windows color (decimal): -3181304 or 554447. OLE color: 554447.

HSL color Cylindrical-coordinate representation of color #CF7508: hue angle of 32.86º 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 #CF7508 is Cyan = 0, Magento = 0.43, Yellow = 0.96 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 117 8 -
CMYK 0 0.43 0.96 0.19
HSL 32.86º 0.93% 0.42% -
HSV(B) 32.86º 0.96% 0.81% -
XYZ 32.14 26.01 3.56 -
YUV 131.48 58.32 181.86 -
System Red Green Blue C M Y K H S L
Decimal 207 117 8 0 0.43 0.96 0.19 32.86 0.93 0.42
Hex CF 75 8 0 2B 60 13 21 5D 2A
Octal 317 165 10 0 53 140 23 41 135 52
Binary 11001111 1110101 1000 0 101011 1100000 10011 100001 1011101 101010

Color Harmonies of #CF7508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7508

Black with #CF7508

Text Example


Text Example

White with #CF7508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7508; }

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

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

background-color css

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

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

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

border-color css

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

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

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