Html Css Color HEX #FF9660 Atomic Tangerine

📋 copy color: '#FF9660'

red 255 ◦ green 150 ◦ blue 96

#FF9660
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atomic Tangerine #FF9660

Tints of Atomic Tangerine #FF9660

RGB

 RED value IS 255 (100% from 255) = 50.9%

 GREEN value IS 150 (58.98% from 255) = 29.94%

 BLUE value IS 96 (37.89% from 255) = 19.16%

R = 50.9%
G = 29.94%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF9660 (or 0xFF9660) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 60. RGB value is (255,150,96). Sum of RGB (Red+Green+Blue) = 255+150+96=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 150 (58.98% from 255 or 29.94% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9660 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9660 is #00699F. Grayscale: #AFAFAF. Windows color (decimal): -27040 or 6330111. OLE color: 6330111.

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

Color convert

RGB 255 150 96 -
CMYK 0 0.41 0.62 0
HSL 20.38º 1% 0.69% -
HSV(B) 20.38º 0.62% 1% -
XYZ 54.26 43.92 16.68 -
YUV 175.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 255 150 96 0 0.41 0.62 0 20.38 1 0.69
Hex FF 96 60 0 29 3E 0 14 64 45
Octal 377 226 140 0 51 76 0 24 144 105
Binary 11111111 10010110 1100000 0 101001 111110 0 10100 1100100 1000101

Color Harmonies of #FF9660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9660

Black with #FF9660

Text Example


Text Example

White with #FF9660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9660; }

 p { color: rgb(255,150,96); }

 H1.HeaderClassName
 {
   color: #FF9660;
 }
 .AnyTagClassName
 {
   color: #FF9660;
 }
</style>

background-color css

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

 a { background-color: rgb(255,150,96); }

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

border-color css

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

 span { border-color: rgb(255,150,96); }

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