Html Css Color HEX #CF7A04 Mango Tango

📋 copy color: '#CF7A04'

red 207 ◦ green 122 ◦ blue 4

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

Shades of Mango Tango #CF7A04

Tints of Mango Tango #CF7A04

RGB

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

 GREEN value IS 122 (48.05% from 255) = 36.64%

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

R = 62.16%
G = 36.64%
B = 1.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#CF7A04 (or 0xCF7A04) is known color: Mango Tango. HEX triplet: CF, 7A and 04. RGB value is (207,122,4). Sum of RGB (Red+Green+Blue) = 207+122+4=333 (44% of max value = 765). Red value is 207 (81.25% from 255 or 62.16% from 333); Green value is 122 (48.05% from 255 or 36.64% from 333); Blue value is 4 (1.95% from 255 or 1.20% from 333); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A04 is #3085FB. Grayscale: #868686. Windows color (decimal): -3180028 or 293583. OLE color: 293583.

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

Color convert

RGB 207 122 4 -
CMYK 0 0.41 0.98 0.19
HSL 34.88º 0.96% 0.41% -
HSV(B) 34.88º 0.98% 0.81% -
XYZ 32.71 27.19 3.64 -
YUV 133.96 54.66 180.09 -
System Red Green Blue C M Y K H S L
Decimal 207 122 4 0 0.41 0.98 0.19 34.88 0.96 0.41
Hex CF 7A 4 0 29 62 13 23 60 29
Octal 317 172 4 0 51 142 23 43 140 51
Binary 11001111 1111010 100 0 101001 1100010 10011 100011 1100000 101001

Color Harmonies of #CF7A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7A04

Black with #CF7A04

Text Example


Text Example

White with #CF7A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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