Html Css Color HEX #FF956A Atomic Tangerine

📋 copy color: '#FF956A'

red 255 ◦ green 149 ◦ blue 106

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

Shades of Atomic Tangerine #FF956A

Tints of Atomic Tangerine #FF956A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

 BLUE value IS 106 (41.8% from 255) = 20.78%

R = 50%
G = 29.22%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF956A (or 0xFF956A) is known color: Atomic Tangerine. HEX triplet: FF, 95 and 6A. RGB value is (255,149,106). Sum of RGB (Red+Green+Blue) = 255+149+106=510 (67% of max value = 765). Red value is 255 (100% from 255 or 50% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 106 (41.80% from 255 or 20.78% from 510); Max value from RGB is 255 - color contains mainly: red. Hex color #FF956A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF956A is #006A95. Grayscale: #B0B0B0. Windows color (decimal): -27286 or 6985215. OLE color: 6985215.

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

Color convert

RGB 255 149 106 -
CMYK 0 0.42 0.58 0
HSL 17.32º 1% 0.71% -
HSV(B) 17.32º 0.58% 1% -
XYZ 54.59 43.8 19.21 -
YUV 175.79 88.62 184.5 -
System Red Green Blue C M Y K H S L
Decimal 255 149 106 0 0.42 0.58 0 17.32 1 0.71
Hex FF 95 6A 0 2A 3A 0 11 64 47
Octal 377 225 152 0 52 72 0 21 144 107
Binary 11111111 10010101 1101010 0 101010 111010 0 10001 1100100 1000111

Color Harmonies of #FF956A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF956A

Black with #FF956A

Text Example


Text Example

White with #FF956A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF956A; }

 p { color: rgb(255,149,106); }

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

background-color css

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

 a { background-color: rgb(255,149,106); }

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

border-color css

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

 span { border-color: rgb(255,149,106); }

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