Html Css Color HEX #FF966F Atomic Tangerine

📋 copy color: '#FF966F'

red 255 ◦ green 150 ◦ blue 111

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

Shades of Atomic Tangerine #FF966F

Tints of Atomic Tangerine #FF966F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.51%

R = 49.42%
G = 29.07%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#FF966F (or 0xFF966F) is known color: Atomic Tangerine. HEX triplet: FF, 96 and 6F. RGB value is (255,150,111). Sum of RGB (Red+Green+Blue) = 255+150+111=516 (68% of max value = 765). Red value is 255 (100% from 255 or 49.42% from 516); Green value is 150 (58.98% from 255 or 29.07% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 255 - color contains mainly: red. Hex color #FF966F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF966F is #006990. Grayscale: #B1B1B1. Windows color (decimal): -27025 or 7313151. OLE color: 7313151.

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

Color convert

RGB 255 150 111 -
CMYK 0 0.41 0.56 0
HSL 16.25º 1% 0.72% -
HSV(B) 16.25º 0.56% 1% -
XYZ 55.02 44.22 20.67 -
YUV 176.95 90.79 183.67 -
System Red Green Blue C M Y K H S L
Decimal 255 150 111 0 0.41 0.56 0 16.25 1 0.72
Hex FF 96 6F 0 29 38 0 10 64 48
Octal 377 226 157 0 51 70 0 20 144 110
Binary 11111111 10010110 1101111 0 101001 111000 0 10000 1100100 1001000

Color Harmonies of #FF966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF966F

Black with #FF966F

Text Example


Text Example

White with #FF966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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