Html Css Color HEX #FA976B Atomic Tangerine

📋 copy color: '#FA976B'

red 250 ◦ green 151 ◦ blue 107

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

Shades of Atomic Tangerine #FA976B

Tints of Atomic Tangerine #FA976B

RGB

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

 GREEN value IS 151 (59.38% from 255) = 29.72%

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

R = 49.21%
G = 29.72%
B = 21.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA976B (or 0xFA976B) is known color: Atomic Tangerine. HEX triplet: FA, 97 and 6B. RGB value is (250,151,107). Sum of RGB (Red+Green+Blue) = 250+151+107=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 151 (59.38% from 255 or 29.72% from 508); Blue value is 107 (42.19% from 255 or 21.06% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA976B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA976B is #056894. Grayscale: #AFAFAF. Windows color (decimal): -354453 or 7051258. OLE color: 7051258.

HSL color Cylindrical-coordinate representation of color #FA976B: hue angle of 18.46º 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 #FA976B is Cyan = 0, Magento = 0.40, Yellow = 0.57 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 151 107 -
CMYK 0 0.40 0.57 0.02
HSL 18.46º 0.93% 0.7% -
HSV(B) 18.46º 0.57% 0.98% -
XYZ 53.14 43.52 19.51 -
YUV 175.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 250 151 107 0 0.40 0.57 0.02 18.46 0.93 0.7
Hex FA 97 6B 0 28 39 2 12 5D 46
Octal 372 227 153 0 50 71 2 22 135 106
Binary 11111010 10010111 1101011 0 101000 111001 10 10010 1011101 1000110

Color Harmonies of #FA976B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA976B

Black with #FA976B

Text Example


Text Example

White with #FA976B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA976B; }

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

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

background-color css

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

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

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

border-color css

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

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

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