#FD926A

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

Shades of Atomic Tangerine #FD926A

Tints of Atomic Tangerine #FD926A

Color information

#FD926A (or 0xFD926A) is unknown color: approx Atomic Tangerine. HEX triplet: FD, 92 and 6A. RGB value is (253,146,106). Sum of RGB (Red+Green+Blue) = 253+146+106=505 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.10% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 253 - color contains mainly: red. Hex color #FD926A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD926A is #026D95. Grayscale: #ADADAD. Windows color (decimal): -159126 or 6984445. OLE color: 6984445.

HSL color Cylindrical-coordinate representation of color #FD926A: hue angle of 16.33º 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 #FD926A is Cyan = 0, Magento = 0.42, Yellow = 0.58 and Black (K on CMYK) = 0.01.

Color convert

RGB253146106-
CMYK00.420.580.01
HSL16.33º97.35%70.39%-
HSV(B)16.33º58.1%99.22%-
XYZ53.3942.4819.02-
YUV173.4389.95184.75-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.10%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 106 (41.80% from 255) = 20.99%
R=50.10%
G=28.91%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314610600.420.580.0116.3397.3570.39
HexFD926A02A3A1106146
Octal37522215205272120141106
Binary11111101100100101101010010101011101011000011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD926A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD926A; }

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

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

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

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

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

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

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

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