Html Css Color HEX #FF966E Atomic Tangerine

📋 copy color: '#FF966E'

red 255 ◦ green 150 ◦ blue 110

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

Shades of Atomic Tangerine #FF966E

Tints of Atomic Tangerine #FF966E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.36%

R = 49.51%
G = 29.13%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FF966E (or 0xFF966E) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 6E. RGB value is (255,150,110). Sum of RGB (Red+Green+Blue) = 255+150+110=515 (68% of max value = 765). Red value is 255 (100% from 255 or 49.51% from 515); Green value is 150 (58.98% from 255 or 29.13% from 515); Blue value is 110 (43.36% from 255 or 21.36% from 515); Max value from RGB is 255 - color contains mainly: red. Hex color #FF966E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF966E is #006991. Grayscale: #B1B1B1. Windows color (decimal): -27026 or 7247615. OLE color: 7247615.

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

Color convert

RGB 255 150 110 -
CMYK 0 0.41 0.57 0
HSL 16.55º 1% 0.72% -
HSV(B) 16.55º 0.57% 1% -
XYZ 54.96 44.2 20.39 -
YUV 176.84 90.29 183.75 -
System Red Green Blue C M Y K H S L
Decimal 255 150 110 0 0.41 0.57 0 16.55 1 0.72
Hex FF 96 6E 0 29 39 0 11 64 48
Octal 377 226 156 0 51 71 0 21 144 110
Binary 11111111 10010110 1101110 0 101001 111001 0 10001 1100100 1001000

Color Harmonies of #FF966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF966E

Black with #FF966E

Text Example


Text Example

White with #FF966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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