#F6A71B

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

Shades of Dark Tangerine #F6A71B

Tints of Dark Tangerine #F6A71B

Color information

#F6A71B (or 0xF6A71B) is unknown color: approx Dark Tangerine. HEX triplet: F6, A7 and 1B. RGB value is (246,167,27). Sum of RGB (Red+Green+Blue) = 246+167+27=440 (58% of max value = 765). Red value is 246 (96.48% from 255 or 55.91% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 27 (10.94% from 255 or 6.14% from 440); Max value from RGB is 246 - color contains mainly: red. Hex color #F6A71B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F6A71B is #0958E4. Grayscale: #AFAFAF. Windows color (decimal): -612581 or 1812470. OLE color: 1812470.

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

Color convert

RGB24616727-
CMYK00.320.890.04
HSL38.36º92.41%53.53%-
HSV(B)38.36º89.02%96.47%-
XYZ52.0247.317.43-
YUV174.6644.67178.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 55.91%
GREEN value IS 167 (65.62% from 255) = 37.95%
BLUE value IS 27 (10.94% from 255) = 6.14%
R=55.91%
G=37.95%
B=6.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.89
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2461672700.320.890.0438.3692.4153.53
HexF6A71B020594265c36
Octal3662473304013144613466
Binary111101101010011111011010000010110011001001101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6A71B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6A71B; }

 p { color: rgb(246,167,27); }

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

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

 a { background-color: rgb(246,167,27); }

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

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

 span { border-color: rgb(246,167,27); }

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