#F8A41D

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

Shades of Dark Tangerine #F8A41D

Tints of Dark Tangerine #F8A41D

Color information

#F8A41D (or 0xF8A41D) is unknown color: approx Dark Tangerine. HEX triplet: F8, A4 and 1D. RGB value is (248,164,29). Sum of RGB (Red+Green+Blue) = 248+164+29=441 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.24% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 29 (11.72% from 255 or 6.58% from 441); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A41D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A41D is #075BE2. Grayscale: #AEAEAE. Windows color (decimal): -482275 or 1942776. OLE color: 1942776.

HSL color Cylindrical-coordinate representation of color #F8A41D: hue angle of 36.99º 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 #F8A41D is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.03.

Color convert

RGB24816429-
CMYK00.340.880.03
HSL36.99º93.99%54.31%-
HSV(B)36.99º88.31%97.25%-
XYZ52.2146.67.4-
YUV173.7346.33180.98-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.24%
GREEN value IS 164 (64.45% from 255) = 37.19%
BLUE value IS 29 (11.72% from 255) = 6.58%
R=56.24%
G=37.19%
B=6.58%

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
Decimal2481642900.340.880.0336.9993.9954.31
HexF8A41D022583255e36
Octal3702443504213034513666
Binary11111000101001001110101000101011000111001011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A41D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A41D; }

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

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

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

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

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

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

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

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