Html Css Color HEX #FF9966 Atomic Tangerine

📋 copy color: '#FF9966'

red 255 ◦ green 153 ◦ blue 102

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

Shades of Atomic Tangerine #FF9966

Tints of Atomic Tangerine #FF9966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30%

 BLUE value IS 102 (40.23% from 255) = 20%

R = 50%
G = 30%
B = 20%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.6

 K value IS 0

RGB Variations

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

Color information

#FF9966 (or 0xFF9966) is known color: Atomic Tangerine. HEX triplet: FF, 99 and 66. RGB value is (255,153,102). Sum of RGB (Red+Green+Blue) = 255+153+102=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 153 (60.16% from 255 or 30% from 510); Blue value is 102 (40.23% from 255 or 20% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9966 is a web safe color. Inversed color of #FF9966 is #006699. Grayscale: #B1B1B1. Windows color (decimal): -26266 or 6724095. OLE color: 6724095.

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

Color convert

RGB 255 153 102 -
CMYK 0 0.4 0.6 0
HSL 20º 1% 0.7% -
HSV(B) 20º 0.6% 1% -
XYZ 55.03 45 18.36 -
YUV 177.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 255 153 102 0 0.4 0.6 0 20 1 0.7
Hex FF 99 66 0 28 3C 0 14 64 46
Octal 377 231 146 0 50 74 0 24 144 106
Binary 11111111 10011001 1100110 0 101000 111100 0 10100 1100100 1000110

Color Harmonies of #FF9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9966

Black with #FF9966

Text Example


Text Example

White with #FF9966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9966; }

 p { color: rgb(255,153,102); }

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

background-color css

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

 a { background-color: rgb(255,153,102); }

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

border-color css

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

 span { border-color: rgb(255,153,102); }

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