#F8A51D

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

Shades of Dark Tangerine #F8A51D

Tints of Dark Tangerine #F8A51D

Color information

#F8A51D (or 0xF8A51D) is unknown color: approx Dark Tangerine. HEX triplet: F8, A5 and 1D. RGB value is (248,165,29). Sum of RGB (Red+Green+Blue) = 248+165+29=442 (58% of max value = 765). Red value is 248 (97.27% from 255 or 56.11% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 29 (11.72% from 255 or 6.56% from 442); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A51D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A51D is #075AE2. Grayscale: #AEAEAE. Windows color (decimal): -482019 or 1943032. OLE color: 1943032.

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

Color convert

RGB24816529-
CMYK00.330.880.03
HSL37.26º93.99%54.31%-
HSV(B)37.26º88.31%97.25%-
XYZ52.3946.967.46-
YUV174.3146180.56-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.11%
GREEN value IS 165 (64.84% from 255) = 37.33%
BLUE value IS 29 (11.72% from 255) = 6.56%
R=56.11%
G=37.33%
B=6.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.88
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481652900.330.880.0337.2693.9954.31
HexF8A51D021583255e36
Octal3702453504113034513666
Binary11111000101001011110101000011011000111001011011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8A51D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8A51D; }

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

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

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

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

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

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

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

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