Html Css Color HEX #CF7400 Mango Tango

📋 copy color: '#CF7400'

red 207 ◦ green 116 ◦ blue 0

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

Shades of Mango Tango #CF7400

Tints of Mango Tango #CF7400

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.09%
G = 35.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#CF7400 (or 0xCF7400) is known color: Mango Tango. HEX triplet: CF, 74 and 00. RGB value is (207,116,0). Sum of RGB (Red+Green+Blue) = 207+116+0=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 116 (45.70% from 255 or 35.91% from 323); Blue value is 0 (0.39% from 255 or 0% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7400 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7400 is #308BFF. Grayscale: #828282. Windows color (decimal): -3181568 or 29903. OLE color: 29903.

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

Color convert

RGB 207 116 0 -
CMYK 0 0.44 1 0.19
HSL 33.62º 1% 0.41% -
HSV(B) 33.62º 1% 0.81% -
XYZ 31.98 25.76 3.29 -
YUV 129.99 54.65 182.93 -
System Red Green Blue C M Y K H S L
Decimal 207 116 0 0 0.44 1 0.19 33.62 1 0.41
Hex CF 74 0 0 2C 64 13 22 64 29
Octal 317 164 0 0 54 144 23 42 144 51
Binary 11001111 1110100 0 0 101100 1100100 10011 100010 1100100 101001

Color Harmonies of #CF7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7400

Black with #CF7400

Text Example


Text Example

White with #CF7400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7400; }

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

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

background-color css

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

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

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

border-color css

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

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

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