#FB9165

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

Shades of Atomic Tangerine #FB9165

Tints of Atomic Tangerine #FB9165

Color information

#FB9165 (or 0xFB9165) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 91 and 65. RGB value is (251,145,101). Sum of RGB (Red+Green+Blue) = 251+145+101=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 101 (39.84% from 255 or 20.32% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB9165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB9165 is #046E9A. Grayscale: #ABABAB. Windows color (decimal): -290459 or 6656507. OLE color: 6656507.

HSL color Cylindrical-coordinate representation of color #FB9165: hue angle of 17.6º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FB9165 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.02.

Color convert

RGB251145101-
CMYK00.420.600.02
HSL17.6º94.94%69.02%-
HSV(B)17.6º59.76%98.43%-
XYZ52.2641.717.61-
YUV171.6888.12184.58-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 50.50%
GREEN value IS 145 (57.03% from 255) = 29.18%
BLUE value IS 101 (39.84% from 255) = 20.32%
R=50.50%
G=29.18%
B=20.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114510100.420.600.0217.694.9469.02
HexFB916502A3C2125f45
Octal37322114505274222137105
Binary111110111001000111001010101010111100101001010111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB9165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB9165; }

 p { color: rgb(251,145,101); }

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

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

 a { background-color: rgb(251,145,101); }

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

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

 span { border-color: rgb(251,145,101); }

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