Html Css Color HEX #CF7302 Mango Tango

📋 copy color: '#CF7302'

red 207 ◦ green 115 ◦ blue 2

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

Shades of Mango Tango #CF7302

Tints of Mango Tango #CF7302

RGB

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

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

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

R = 63.89%
G = 35.49%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#CF7302 (or 0xCF7302) is known color: Mango Tango. HEX triplet: CF, 73 and 02. RGB value is (207,115,2). Sum of RGB (Red+Green+Blue) = 207+115+2=324 (42% of max value = 765). Red value is 207 (81.25% from 255 or 63.89% from 324); Green value is 115 (45.31% from 255 or 35.49% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7302 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7302 is #308CFD. Grayscale: #828282. Windows color (decimal): -3181822 or 160719. OLE color: 160719.

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

Color convert

RGB 207 115 2 -
CMYK 0 0.44 0.99 0.19
HSL 33.07º 0.98% 0.41% -
HSV(B) 33.07º 0.99% 0.81% -
XYZ 31.87 25.53 3.31 -
YUV 129.63 55.98 183.19 -
System Red Green Blue C M Y K H S L
Decimal 207 115 2 0 0.44 0.99 0.19 33.07 0.98 0.41
Hex CF 73 2 0 2C 63 13 21 62 29
Octal 317 163 2 0 54 143 23 41 142 51
Binary 11001111 1110011 10 0 101100 1100011 10011 100001 1100010 101001

Color Harmonies of #CF7302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7302

Black with #CF7302

Text Example


Text Example

White with #CF7302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7302; }

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

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

background-color css

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

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

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

border-color css

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

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

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