Html Css Color HEX #FA966A Atomic Tangerine

📋 copy color: '#FA966A'

red 250 ◦ green 150 ◦ blue 106

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

Shades of Atomic Tangerine #FA966A

Tints of Atomic Tangerine #FA966A

RGB

 RED value IS 250 (98.05% from 255) = 49.41%

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

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

R = 49.41%
G = 29.64%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.58

 K value IS 0.02

RGB Variations

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

Color information

#FA966A (or 0xFA966A) is known color: Atomic Tangerine. HEX triplet: FA, 96 and 6A. RGB value is (250,150,106). Sum of RGB (Red+Green+Blue) = 250+150+106=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 150 (58.98% from 255 or 29.64% from 506); Blue value is 106 (41.80% from 255 or 20.95% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA966A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA966A is #056995. Grayscale: #AFAFAF. Windows color (decimal): -354710 or 6985466. OLE color: 6985466.

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

Color convert

RGB 250 150 106 -
CMYK 0 0.4 0.58 0.02
HSL 18.33º 0.94% 0.7% -
HSV(B) 18.33º 0.58% 0.98% -
XYZ 52.93 43.18 19.18 -
YUV 174.88 89.13 181.58 -
System Red Green Blue C M Y K H S L
Decimal 250 150 106 0 0.4 0.58 0.02 18.33 0.94 0.7
Hex FA 96 6A 0 28 3A 2 12 5E 46
Octal 372 226 152 0 50 72 2 22 136 106
Binary 11111010 10010110 1101010 0 101000 111010 10 10010 1011110 1000110

Color Harmonies of #FA966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA966A

Black with #FA966A

Text Example


Text Example

White with #FA966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA966A; }

 p { color: rgb(250,150,106); }

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

background-color css

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

 a { background-color: rgb(250,150,106); }

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

border-color css

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

 span { border-color: rgb(250,150,106); }

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