#F8A31D

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

Shades of Dark Tangerine #F8A31D

Tints of Dark Tangerine #F8A31D

Color information

#F8A31D (or 0xF8A31D) is unknown color: approx Dark Tangerine. HEX triplet: F8, A3 and 1D. RGB value is (248,163,29). Sum of RGB (Red+Green+Blue) = 248+163+29=440 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.36% from 440); Green value is 163 (64.06% from 255 or 37.05% from 440); Blue value is 29 (11.72% from 255 or 6.59% from 440); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A31D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A31D is #075CE2. Grayscale: #ADADAD. Windows color (decimal): -482531 or 1942520. OLE color: 1942520.

HSL color Cylindrical-coordinate representation of color #F8A31D: hue angle of 36.71º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F8A31D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB24816329-
CMYK00.340.880.03
HSL36.71º93.99%54.31%-
HSV(B)36.71º88.31%97.25%-
XYZ52.0346.247.35-
YUV173.1446.66181.4-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.36%
GREEN value IS 163 (64.06% from 255) = 37.05%
BLUE value IS 29 (11.72% from 255) = 6.59%
R=56.36%
G=37.05%
B=6.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481632900.340.880.0336.7193.9954.31
HexF8A31D022583255e36
Octal3702433504213034513666
Binary11111000101000111110101000101011000111001011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A31D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A31D; }

 p { color: rgb(248,163,29); }

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

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

 a { background-color: rgb(248,163,29); }

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

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

 span { border-color: rgb(248,163,29); }

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