#FF945D

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

Shades of Atomic Tangerine #FF945D

Tints of Atomic Tangerine #FF945D

Color information

#FF945D (or 0xFF945D) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 94 and 5D. RGB value is (255,148,93). Sum of RGB (Red+Green+Blue) = 255+148+93=496 (65% of max value = 765). Red value is 255 (100% from 255 or 51.41% from 496); Green value is 148 (58.20% from 255 or 29.84% from 496); Blue value is 93 (36.72% from 255 or 18.75% from 496); Max value from RGB is 255 - color contains mainly: red. Hex color #FF945D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF945D is #006BA2. Grayscale: #AEAEAE. Windows color (decimal): -27555 or 6132991. OLE color: 6132991.

HSL color Cylindrical-coordinate representation of color #FF945D: hue angle of 20.37º 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 #FF945D is Cyan = 0, Magento = 0.42, Yellow = 0.64 and Black (K on CMYK) = 0.

Color convert

RGB25514893-
CMYK00.420.640
HSL20.37º100%68.24%-
HSV(B)20.37º63.53%100%-
XYZ53.8143.2315.86-
YUV173.7282.45185.97-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.41%
GREEN value IS 148 (58.20% from 255) = 29.84%
BLUE value IS 93 (36.72% from 255) = 18.75%
R=51.41%
G=29.84%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551489300.420.64020.3710068.24
HexFF945D02A400146444
Octal377224135052100024144104
Binary111111111001010010111010101010100000001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF945D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF945D; }

 p { color: rgb(255,148,93); }

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

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

 a { background-color: rgb(255,148,93); }

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

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

 span { border-color: rgb(255,148,93); }

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