#F6A80F

Color #F6A80F Dark Tangerine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Tangerine #F6A80F

Tints of Dark Tangerine #F6A80F

Color information

#F6A80F (or 0xF6A80F) is unknown color: approx Dark Tangerine. HEX triplet: F6, A8 and 0F. RGB value is (246,168,15). Sum of RGB (Red+Green+Blue) = 246+168+15=429 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.34% from 429); Green value is 168 (66.02% from 255 or 39.16% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A80F is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F6A80F is #0957F0. Grayscale: #AEAEAE. Windows color (decimal): -612337 or 1026294. OLE color: 1026294.

HSL color Cylindrical-coordinate representation of color #F6A80F: hue angle of 39.74º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F6A80F is Cyan = 0, Magento = 0.32, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB24616815-
CMYK00.320.940.04
HSL39.74º92.77%51.18%-
HSV(B)39.74º93.9%96.47%-
XYZ52.0947.636.9-
YUV173.8838.34179.44-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 57.34%
GREEN value IS 168 (66.02% from 255) = 39.16%
BLUE value IS 15 (6.25% from 255) = 3.50%
R=57.34%
G=39.16%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.94
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461681500.320.940.0439.7492.7751.18
HexF6A8F0205E4285d33
Octal3662501704013645013563
Binary11110110101010001111010000010111101001010001011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A80F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A80F; }

 p { color: rgb(246,168,15); }

 H1.HeaderClassName
 {
   color: #F6A80F;
 }
 .AnyTagClassName
 {
   color: #F6A80F;
 }
</style>
background-color css

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

 a { background-color: rgb(246,168,15); }

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

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

 span { border-color: rgb(246,168,15); }

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