#FF935C

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

Shades of Atomic Tangerine #FF935C

Tints of Atomic Tangerine #FF935C

Color information

#FF935C (or 0xFF935C) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 93 and 5C. RGB value is (255,147,92). Sum of RGB (Red+Green+Blue) = 255+147+92=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF935C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF935C is #006CA3. Grayscale: #ADADAD. Windows color (decimal): -27812 or 6067199. OLE color: 6067199.

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

Color convert

RGB25514792-
CMYK00.420.640
HSL20.25º100%68.04%-
HSV(B)20.25º63.92%100%-
XYZ53.6142.915.58-
YUV173.0282.28186.47-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.62%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 92 (36.33% from 255) = 18.62%
R=51.62%
G=29.76%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.64
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551479200.420.64020.2510068.04
HexFF935C02A400146444
Octal377223134052100024144104
Binary111111111001001110111000101010100000001010011001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF935C; }

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

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

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

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

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

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

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

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