#FA926D

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

Shades of Atomic Tangerine #FA926D

Tints of Atomic Tangerine #FA926D

Color information

#FA926D (or 0xFA926D) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 92 and 6D. RGB value is (250,146,109). Sum of RGB (Red+Green+Blue) = 250+146+109=505 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.50% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 109 (42.97% from 255 or 21.58% from 505); Max value from RGB is 250 - color contains mainly: red. Hex color #FA926D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA926D is #056D92. Grayscale: #ADADAD. Windows color (decimal): -355731 or 7181050. OLE color: 7181050.

HSL color Cylindrical-coordinate representation of color #FA926D: hue angle of 15.74º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA926D is Cyan = 0, Magento = 0.42, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB250146109-
CMYK00.420.560.02
HSL15.74º93.38%70.39%-
HSV(B)15.74º56.4%98.04%-
XYZ52.4641.9919.81-
YUV172.8891.96183.01-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 49.50%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 109 (42.97% from 255) = 21.58%
R=49.50%
G=28.91%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.56
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25014610900.420.560.0215.7493.3870.39
HexFA926D02A382105d46
Octal37222215505270220135106
Binary111110101001001011011010101010111000101000010111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA926D; }

 p { color: rgb(250,146,109); }

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

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

 a { background-color: rgb(250,146,109); }

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

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

 span { border-color: rgb(250,146,109); }

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