Html Css Color HEX #CF7802 Mango Tango

📋 copy color: '#CF7802'

red 207 ◦ green 120 ◦ blue 2

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

Shades of Mango Tango #CF7802

Tints of Mango Tango #CF7802

RGB

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

 GREEN value IS 120 (47.27% from 255) = 36.47%

 BLUE value IS 2 (1.17% from 255) = 0.61%

R = 62.92%
G = 36.47%
B = 0.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF7802 (or 0xCF7802) is known color: Mango Tango. HEX triplet: CF, 78 and 02. RGB value is (207,120,2). Sum of RGB (Red+Green+Blue) = 207+120+2=329 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.92% from 329); Green value is 120 (47.27% from 255 or 36.47% from 329); Blue value is 2 (1.17% from 255 or 0.61% from 329); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7802 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7802 is #3087FD. Grayscale: #858585. Windows color (decimal): -3180542 or 161999. OLE color: 161999.

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

Color convert

RGB 207 120 2 -
CMYK 0 0.42 0.99 0.19
HSL 34.54º 0.98% 0.41% -
HSV(B) 34.54º 0.99% 0.81% -
XYZ 32.46 26.7 3.5 -
YUV 132.56 54.32 181.09 -
System Red Green Blue C M Y K H S L
Decimal 207 120 2 0 0.42 0.99 0.19 34.54 0.98 0.41
Hex CF 78 2 0 2A 63 13 23 62 29
Octal 317 170 2 0 52 143 23 43 142 51
Binary 11001111 1111000 10 0 101010 1100011 10011 100011 1100010 101001

Color Harmonies of #CF7802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7802

Black with #CF7802

Text Example


Text Example

White with #CF7802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7802; }

 p { color: rgb(207,120,2); }

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

background-color css

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

 a { background-color: rgb(207,120,2); }

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

border-color css

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

 span { border-color: rgb(207,120,2); }

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