#FA925B

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

Shades of Atomic Tangerine #FA925B

Tints of Atomic Tangerine #FA925B

Color information

#FA925B (or 0xFA925B) is unknown color: approx Atomic Tangerine. HEX triplet: FA, 92 and 5B. RGB value is (250,146,91). Sum of RGB (Red+Green+Blue) = 250+146+91=487 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.33% from 487); Green value is 146 (57.42% from 255 or 29.98% from 487); Blue value is 91 (35.94% from 255 or 18.69% from 487); Max value from RGB is 250 - color contains mainly: red. Hex color #FA925B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA925B is #056DA4. Grayscale: #ABABAB. Windows color (decimal): -355749 or 6001402. OLE color: 6001402.

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

Color convert

RGB25014691-
CMYK00.420.640.02
HSL20.75º94.08%66.86%-
HSV(B)20.75º63.6%98.04%-
XYZ51.5941.6415.22-
YUV170.8382.96184.47-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 51.33%
GREEN value IS 146 (57.42% from 255) = 29.98%
BLUE value IS 91 (35.94% from 255) = 18.69%
R=51.33%
G=29.98%
B=18.69%

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
Decimal2501469100.420.640.0220.7594.0866.86
HexFA925B02A402155e43
Octal372222133052100225136103
Binary1111101010010010101101101010101000000101010110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA925B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA925B; }

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

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

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

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

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

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

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

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