Html Css Color HEX #FA966B Atomic Tangerine

📋 copy color: '#FA966B'

red 250 ◦ green 150 ◦ blue 107

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

Shades of Atomic Tangerine #FA966B

Tints of Atomic Tangerine #FA966B

RGB

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

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

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

R = 49.31%
G = 29.59%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA966B (or 0xFA966B) is known color: Atomic Tangerine. HEX triplet: FA, 96 and 6B. RGB value is (250,150,107). Sum of RGB (Red+Green+Blue) = 250+150+107=507 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.31% from 507); Green value is 150 (58.98% from 255 or 29.59% from 507); Blue value is 107 (42.19% from 255 or 21.10% from 507); Max value from RGB is 250 - color contains mainly: red. Hex color #FA966B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA966B is #056994. Grayscale: #AFAFAF. Windows color (decimal): -354709 or 7051002. OLE color: 7051002.

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

Color convert

RGB 250 150 107 -
CMYK 0 0.4 0.57 0.02
HSL 18.04º 0.93% 0.7% -
HSV(B) 18.04º 0.57% 0.98% -
XYZ 52.98 43.2 19.46 -
YUV 175 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 250 150 107 0 0.4 0.57 0.02 18.04 0.93 0.7
Hex FA 96 6B 0 28 39 2 12 5D 46
Octal 372 226 153 0 50 71 2 22 135 106
Binary 11111010 10010110 1101011 0 101000 111001 10 10010 1011101 1000110

Color Harmonies of #FA966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA966B

Black with #FA966B

Text Example


Text Example

White with #FA966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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