Html Css Color HEX #FF966B Atomic Tangerine

📋 copy color: '#FF966B'

red 255 ◦ green 150 ◦ blue 107

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

Shades of Atomic Tangerine #FF966B

Tints of Atomic Tangerine #FF966B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.9%

R = 49.8%
G = 29.3%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF966B (or 0xFF966B) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 6B. RGB value is (255,150,107). Sum of RGB (Red+Green+Blue) = 255+150+107=512 (67% of max value = 765). Red value is 255 (100% from 255 or 49.80% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 107 (42.19% from 255 or 20.90% from 512); Max value from RGB is 255 - color contains mainly: red. Hex color #FF966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF966B is #006994. Grayscale: #B0B0B0. Windows color (decimal): -27029 or 7051007. OLE color: 7051007.

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

Color convert

RGB 255 150 107 -
CMYK 0 0.41 0.58 0
HSL 17.43º 1% 0.71% -
HSV(B) 17.43º 0.58% 1% -
XYZ 54.8 44.13 19.54 -
YUV 176.49 88.79 184 -
System Red Green Blue C M Y K H S L
Decimal 255 150 107 0 0.41 0.58 0 17.43 1 0.71
Hex FF 96 6B 0 29 3A 0 11 64 47
Octal 377 226 153 0 51 72 0 21 144 107
Binary 11111111 10010110 1101011 0 101001 111010 0 10001 1100100 1000111

Color Harmonies of #FF966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF966B

Black with #FF966B

Text Example


Text Example

White with #FF966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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