Html Css Color HEX #F06900 Mango Tango

📋 copy color: '#F06900'

red 240 ◦ green 105 ◦ blue 0

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

Shades of Mango Tango #F06900

Tints of Mango Tango #F06900

RGB

 RED value IS 240 (94.14% from 255) = 69.57%

 GREEN value IS 105 (41.41% from 255) = 30.43%

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

R = 69.57%
G = 30.43%
B = 0%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#F06900 (or 0xF06900) is known color: Mango Tango. HEX triplet: F0, 69 and 00. RGB value is (240,105,0). Sum of RGB (Red+Green+Blue) = 240+105+0=345 (45% of max value = 765). Red value is 240 (94.14% from 255 or 69.57% from 345); Green value is 105 (41.41% from 255 or 30.43% from 345); Blue value is 0 (0.39% from 255 or 0% from 345); Max value from RGB is 240 - color contains mainly: red. Hex color #F06900 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F06900 is #0F96FF. Grayscale: #858585. Windows color (decimal): -1021696 or 27120. OLE color: 27120.

HSL color Cylindrical-coordinate representation of color #F06900: hue angle of 26.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F06900 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 105 0 -
CMYK 0 0.56 1 0.06
HSL 26.25º 1% 0.47% -
HSV(B) 26.25º 1% 0.94% -
XYZ 40.99 28.63 3.37 -
YUV 133.4 52.73 204.04 -
System Red Green Blue C M Y K H S L
Decimal 240 105 0 0 0.56 1 0.06 26.25 1 0.47
Hex F0 69 0 0 38 64 6 1A 64 2F
Octal 360 151 0 0 70 144 6 32 144 57
Binary 11110000 1101001 0 0 111000 1100100 110 11010 1100100 101111

Color Harmonies of #F06900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F06900

Black with #F06900

Text Example


Text Example

White with #F06900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F06900; }

 p { color: rgb(240,105,0); }

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

background-color css

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

 a { background-color: rgb(240,105,0); }

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

border-color css

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

 span { border-color: rgb(240,105,0); }

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