#FF955C

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

Shades of Atomic Tangerine #FF955C

Tints of Atomic Tangerine #FF955C

Color information

#FF955C (or 0xFF955C) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 95 and 5C. RGB value is (255,149,92). Sum of RGB (Red+Green+Blue) = 255+149+92=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 149 (58.59% from 255 or 30.04% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF955C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF955C is #006AA3. Grayscale: #AEAEAE. Windows color (decimal): -27300 or 6067711. OLE color: 6067711.

HSL color Cylindrical-coordinate representation of color #FF955C: hue angle of 20.98º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FF955C is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25514992-
CMYK00.420.640
HSL20.98º100%68.04%-
HSV(B)20.98º63.92%100%-
XYZ53.9243.5315.69-
YUV174.281.62185.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 149 (58.59% from 255) = 30.04%
BLUE value IS 92 (36.33% from 255) = 18.55%
R=51.41%
G=30.04%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551499200.420.64020.9810068.04
HexFF955C02A400156444
Octal377225134052100025144104
Binary111111111001010110111000101010100000001010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF955C; }

 p { color: rgb(255,149,92); }

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

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

 a { background-color: rgb(255,149,92); }

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

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

 span { border-color: rgb(255,149,92); }

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