#FD976A

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

Shades of Atomic Tangerine #FD976A

Tints of Atomic Tangerine #FD976A

Color information

#FD976A (or 0xFD976A) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 97 and 6A. RGB value is (253,151,106). Sum of RGB (Red+Green+Blue) = 253+151+106=510 (67% of max value = 765). Red value is 253 (99.22% from 255 or 49.61% from 510); Green value is 151 (59.38% from 255 or 29.61% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 253 - color contains mainly: red. Hex color #FD976A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD976A is #026895. Grayscale: #B0B0B0. Windows color (decimal): -157846 or 6985725. OLE color: 6985725.

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

Color convert

RGB253151106-
CMYK00.400.580.01
HSL18.37º97.35%70.39%-
HSV(B)18.37º58.1%99.22%-
XYZ54.1844.0619.28-
YUV176.3788.29182.66-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 49.61%
GREEN value IS 151 (59.38% from 255) = 29.61%
BLUE value IS 106 (41.80% from 255) = 20.78%
R=49.61%
G=29.61%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315110600.400.580.0118.3797.3570.39
HexFD976A0283A1126146
Octal37522715205072122141106
Binary11111101100101111101010010100011101011001011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD976A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD976A; }

 p { color: rgb(253,151,106); }

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

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

 a { background-color: rgb(253,151,106); }

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

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

 span { border-color: rgb(253,151,106); }

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