#FA915B

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

Shades of Atomic Tangerine #FA915B

Tints of Atomic Tangerine #FA915B

Color information

#FA915B (or 0xFA915B) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 91 and 5B. RGB value is (250,145,91). Sum of RGB (Red+Green+Blue) = 250+145+91=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 145 (57.03% from 255 or 29.84% from 486); Blue value is 91 (35.94% from 255 or 18.72% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FA915B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA915B is #056EA4. Grayscale: #AAAAAA. Windows color (decimal): -356005 or 6001146. OLE color: 6001146.

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

Color convert

RGB25014591-
CMYK00.420.640.02
HSL20.38º94.08%66.86%-
HSV(B)20.38º63.6%98.04%-
XYZ51.4441.3315.16-
YUV170.2483.29184.89-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.44%
GREEN value IS 145 (57.03% from 255) = 29.84%
BLUE value IS 91 (35.94% from 255) = 18.72%
R=51.44%
G=29.84%
B=18.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501459100.420.640.0220.3894.0866.86
HexFA915B02A402145e43
Octal372221133052100224136103
Binary1111101010010001101101101010101000000101010010111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA915B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA915B; }

 p { color: rgb(250,145,91); }

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

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

 a { background-color: rgb(250,145,91); }

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

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

 span { border-color: rgb(250,145,91); }

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