#FF9C6B

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

Shades of Atomic Tangerine #FF9C6B

Tints of Atomic Tangerine #FF9C6B

Color information

#FF9C6B (or 0xFF9C6B) is unknown color: approx Atomic Tangerine. HEX triplet: FF, 9C and 6B. RGB value is (255,156,107). Sum of RGB (Red+Green+Blue) = 255+156+107=518 (68% of max value = 765). Red value is 255 (100% from 255 or 49.23% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 107 (42.19% from 255 or 20.66% from 518); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9C6B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9C6B is #006394. Grayscale: #B4B4B4. Windows color (decimal): -25493 or 7052543. OLE color: 7052543.

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

Color convert

RGB255156107-
CMYK00.390.580
HSL19.86º100%70.98%-
HSV(B)19.86º58.04%100%-
XYZ55.7846.119.87-
YUV180.0286.8181.48-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 49.23%
GREEN value IS 156 (61.33% from 255) = 30.12%
BLUE value IS 107 (42.19% from 255) = 20.66%
R=49.23%
G=30.12%
B=20.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515610700.390.58019.8610070.98
HexFF9C6B0273A0146447
Octal37723415304772024144107
Binary11111111100111001101011010011111101001010011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9C6B; }

 p { color: rgb(255,156,107); }

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

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

 a { background-color: rgb(255,156,107); }

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

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

 span { border-color: rgb(255,156,107); }

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