Html Css Color HEX #CF7404 Mango Tango

📋 copy color: '#CF7404'

red 207 ◦ green 116 ◦ blue 4

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

Shades of Mango Tango #CF7404

Tints of Mango Tango #CF7404

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.47%

 BLUE value IS 4 (1.95% from 255) = 1.22%

R = 63.3%
G = 35.47%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF7404 (or 0xCF7404) is known color: Mango Tango. HEX triplet: CF, 74 and 04. RGB value is (207,116,4). Sum of RGB (Red+Green+Blue) = 207+116+4=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 4 (1.95% from 255 or 1.22% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7404 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7404 is #308BFB. Grayscale: #828282. Windows color (decimal): -3181564 or 292047. OLE color: 292047.

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

Color convert

RGB 207 116 4 -
CMYK 0 0.44 0.98 0.19
HSL 33.1º 0.96% 0.41% -
HSV(B) 33.1º 0.98% 0.81% -
XYZ 32 25.76 3.4 -
YUV 130.44 56.65 182.61 -
System Red Green Blue C M Y K H S L
Decimal 207 116 4 0 0.44 0.98 0.19 33.1 0.96 0.41
Hex CF 74 4 0 2C 62 13 21 60 29
Octal 317 164 4 0 54 142 23 41 140 51
Binary 11001111 1110100 100 0 101100 1100010 10011 100001 1100000 101001

Color Harmonies of #CF7404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7404

Black with #CF7404

Text Example


Text Example

White with #CF7404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7404; }

 p { color: rgb(207,116,4); }

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

background-color css

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

 a { background-color: rgb(207,116,4); }

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

border-color css

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

 span { border-color: rgb(207,116,4); }

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