#FF945C

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

Shades of Atomic Tangerine #FF945C

Tints of Atomic Tangerine #FF945C

Color information

#FF945C (or 0xFF945C) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 94 and 5C. RGB value is (255,148,92). Sum of RGB (Red+Green+Blue) = 255+148+92=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 148 (58.20% from 255 or 29.90% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF945C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF945C is #006BA3. Grayscale: #ADADAD. Windows color (decimal): -27556 or 6067455. OLE color: 6067455.

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

Color convert

RGB25514892-
CMYK00.420.640
HSL20.61º100%68.04%-
HSV(B)20.61º63.92%100%-
XYZ53.7643.2115.63-
YUV173.6181.95186.05-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.52%
GREEN value IS 148 (58.20% from 255) = 29.90%
BLUE value IS 92 (36.33% from 255) = 18.59%
R=51.52%
G=29.90%
B=18.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551489200.420.64020.6110068.04
HexFF945C02A400156444
Octal377224134052100025144104
Binary111111111001010010111000101010100000001010111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF945C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF945C; }

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

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

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

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

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

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

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

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