#FDA167

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

Shades of Atomic Tangerine #FDA167

Tints of Atomic Tangerine #FDA167

Color information

#FDA167 (or 0xFDA167) is unknown color: approx Atomic Tangerine. HEX triplet: FD, A1 and 67. RGB value is (253,161,103). Sum of RGB (Red+Green+Blue) = 253+161+103=517 (68% of max value = 765). Red value is 253 (99.22% from 255 or 48.94% from 517); Green value is 161 (63.28% from 255 or 31.14% from 517); Blue value is 103 (40.62% from 255 or 19.92% from 517); Max value from RGB is 253 - color contains mainly: red. Hex color #FDA167 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDA167 is #025E98. Grayscale: #B6B6B6. Windows color (decimal): -155289 or 6791677. OLE color: 6791677.

HSL color Cylindrical-coordinate representation of color #FDA167: hue angle of 23.2º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FDA167 is Cyan = 0, Magento = 0.36, Yellow = 0.59 and Black (K on CMYK) = 0.01.

Color convert

RGB253161103-
CMYK00.360.590.01
HSL23.2º97.4%69.8%-
HSV(B)23.2º59.29%99.22%-
XYZ55.747.3519.04-
YUV181.983.48178.72-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.94%
GREEN value IS 161 (63.28% from 255) = 31.14%
BLUE value IS 103 (40.62% from 255) = 19.92%
R=48.94%
G=31.14%
B=19.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25316110300.360.590.0123.297.469.8
HexFDA1670243B1176146
Octal37524114704473127141106
Binary11111101101000011100111010010011101111011111000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDA167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDA167; }

 p { color: rgb(253,161,103); }

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

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

 a { background-color: rgb(253,161,103); }

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

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

 span { border-color: rgb(253,161,103); }

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