#FFAF1E

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

Shades of Dark Tangerine #FFAF1E

Tints of Dark Tangerine #FFAF1E

Color information

#FFAF1E (or 0xFFAF1E) is unknown color: approx Dark Tangerine. HEX triplet: FF, AF and 1E. RGB value is (255,175,30). Sum of RGB (Red+Green+Blue) = 255+175+30=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAF1E is #0050E1. Grayscale: #B7B7B7. Windows color (decimal): -20706 or 2011135. OLE color: 2011135.

HSL color Cylindrical-coordinate representation of color #FFAF1E: hue angle of 38.67º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FFAF1E is Cyan = 0, Magento = 0.31, Yellow = 0.88 and Black (K on CMYK) = 0.

Color convert

RGB25517530-
CMYK00.310.880
HSL38.67º100%55.88%-
HSV(B)38.67º88.24%100%-
XYZ56.852.018.27-
YUV182.3942179.79-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.43%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 30 (12.11% from 255) = 6.52%
R=55.43%
G=38.04%
B=6.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.88
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551753000.310.88038.6710055.88
HexFFAF1E01F580276438
Octal3772573603713004714470
Binary111111111010111111110011111101100001001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAF1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAF1E; }

 p { color: rgb(255,175,30); }

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

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

 a { background-color: rgb(255,175,30); }

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

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

 span { border-color: rgb(255,175,30); }

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