#FB975A

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

Shades of Atomic Tangerine #FB975A

Tints of Atomic Tangerine #FB975A

Color information

#FB975A (or 0xFB975A) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 97 and 5A. RGB value is (251,151,90). Sum of RGB (Red+Green+Blue) = 251+151+90=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 90 (35.55% from 255 or 18.29% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB975A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB975A is #0468A5. Grayscale: #AEAEAE. Windows color (decimal): -288934 or 5937147. OLE color: 5937147.

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

Color convert

RGB25115190-
CMYK00.400.640.02
HSL22.73º95.27%66.86%-
HSV(B)22.73º64.14%98.43%-
XYZ52.743.3815.27-
YUV173.9580.63182.96-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 51.02%
GREEN value IS 151 (59.38% from 255) = 30.69%
BLUE value IS 90 (35.55% from 255) = 18.29%
R=51.02%
G=30.69%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.64
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2511519000.400.640.0222.7395.2766.86
HexFB975A028402175f43
Octal373227132050100227137103
Binary1111101110010111101101001010001000000101011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB975A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB975A; }

 p { color: rgb(251,151,90); }

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

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

 a { background-color: rgb(251,151,90); }

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

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

 span { border-color: rgb(251,151,90); }

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