#FC945B

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

Shades of Atomic Tangerine #FC945B

Tints of Atomic Tangerine #FC945B

Color information

#FC945B (or 0xFC945B) is unknown color: approx Atomic Tangerine. HEX triplet: FC, 94 and 5B. RGB value is (252,148,91). Sum of RGB (Red+Green+Blue) = 252+148+91=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 91 (35.94% from 255 or 18.53% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC945B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC945B is #036BA4. Grayscale: #ACACAC. Windows color (decimal): -224165 or 6001916. OLE color: 6001916.

HSL color Cylindrical-coordinate representation of color #FC945B: hue angle of 21.24º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FC945B is Cyan = 0, Magento = 0.41, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB25214891-
CMYK00.410.640.01
HSL21.24º96.41%67.25%-
HSV(B)21.24º63.89%98.82%-
XYZ52.6242.6315.35-
YUV172.681.96184.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 51.32%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 91 (35.94% from 255) = 18.53%
R=51.32%
G=30.14%
B=18.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521489100.410.640.0121.2496.4167.25
HexFC945B029401156043
Octal374224133051100125140103
Binary111111001001010010110110101001100000011010111000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC945B; }

 p { color: rgb(252,148,91); }

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

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

 a { background-color: rgb(252,148,91); }

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

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

 span { border-color: rgb(252,148,91); }

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