#FB946A

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

Shades of Atomic Tangerine #FB946A

Tints of Atomic Tangerine #FB946A

Color information

#FB946A (or 0xFB946A) is unknown color: approx Atomic Tangerine. HEX triplet: FB, 94 and 6A. RGB value is (251,148,106). Sum of RGB (Red+Green+Blue) = 251+148+106=505 (66% of max value = 765). Red value is 251 (98.44% from 255 or 49.70% from 505); Green value is 148 (58.20% from 255 or 29.31% from 505); Blue value is 106 (41.80% from 255 or 20.99% from 505); Max value from RGB is 251 - color contains mainly: red. Hex color #FB946A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FB946A is #046B95. Grayscale: #AEAEAE. Windows color (decimal): -289686 or 6984955. OLE color: 6984955.

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

Color convert

RGB251148106-
CMYK00.410.580.02
HSL17.38º94.77%70%-
HSV(B)17.38º57.77%98.43%-
XYZ52.9842.7319.09-
YUV174.0189.62182.92-

RGB Variations

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

RGB

RED value IS 251 (98.44% from 255) = 49.70%
GREEN value IS 148 (58.20% from 255) = 29.31%
BLUE value IS 106 (41.80% from 255) = 20.99%
R=49.70%
G=29.31%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25114810600.410.580.0217.3894.7770
HexFB946A0293A2115f46
Octal37322415205172221137106
Binary111110111001010011010100101001111010101000110111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FB946A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FB946A; }

 p { color: rgb(251,148,106); }

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

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

 a { background-color: rgb(251,148,106); }

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

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

 span { border-color: rgb(251,148,106); }

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