Html Css Color HEX #FA966D Atomic Tangerine

📋 copy color: '#FA966D'

red 250 ◦ green 150 ◦ blue 109

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

Shades of Atomic Tangerine #FA966D

Tints of Atomic Tangerine #FA966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.41%

R = 49.12%
G = 29.47%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA966D (or 0xFA966D) is known color: Atomic Tangerine. HEX triplet: FA, 96 and 6D. RGB value is (250,150,109). Sum of RGB (Red+Green+Blue) = 250+150+109=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 150 (58.98% from 255 or 29.47% from 509); Blue value is 109 (42.97% from 255 or 21.41% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA966D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA966D is #056992. Grayscale: #AFAFAF. Windows color (decimal): -354707 or 7182074. OLE color: 7182074.

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

Color convert

RGB 250 150 109 -
CMYK 0 0.4 0.56 0.02
HSL 17.45º 0.93% 0.7% -
HSV(B) 17.45º 0.56% 0.98% -
XYZ 53.09 43.24 20.02 -
YUV 175.23 90.63 181.33 -
System Red Green Blue C M Y K H S L
Decimal 250 150 109 0 0.4 0.56 0.02 17.45 0.93 0.7
Hex FA 96 6D 0 28 38 2 11 5D 46
Octal 372 226 155 0 50 70 2 21 135 106
Binary 11111010 10010110 1101101 0 101000 111000 10 10001 1011101 1000110

Color Harmonies of #FA966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA966D

Black with #FA966D

Text Example


Text Example

White with #FA966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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