#F8AF0D

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

Shades of Dark Tangerine #F8AF0D

Tints of Dark Tangerine #F8AF0D

Color information

#F8AF0D (or 0xF8AF0D) is unknown color: approx Dark Tangerine. HEX triplet: F8, AF and 0D. RGB value is (248,175,13). Sum of RGB (Red+Green+Blue) = 248+175+13=436 (57% of max value = 765). Red value is 248 (97.27% from 255 or 56.88% from 436); Green value is 175 (68.75% from 255 or 40.14% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AF0D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8AF0D is #0750F2. Grayscale: #B3B3B3. Windows color (decimal): -479475 or 897016. OLE color: 897016.

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

Color convert

RGB24817513-
CMYK00.290.950.03
HSL41.36º94.38%51.18%-
HSV(B)41.36º94.76%97.25%-
XYZ54.1150.657.3-
YUV178.3634.68177.67-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 56.88%
GREEN value IS 175 (68.75% from 255) = 40.14%
BLUE value IS 13 (5.47% from 255) = 2.98%
R=56.88%
G=40.14%
B=2.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.95
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2481751300.290.950.0341.3694.3851.18
HexF8AFD01D5F3295e33
Octal3702571503513735113663
Binary111110001010111111010111011011111111010011011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8AF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8AF0D; }

 p { color: rgb(248,175,13); }

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

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

 a { background-color: rgb(248,175,13); }

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

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

 span { border-color: rgb(248,175,13); }

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