Html Css Color HEX #FA976C Atomic Tangerine

📋 copy color: '#FA976C'

red 250 ◦ green 151 ◦ blue 108

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

Shades of Atomic Tangerine #FA976C

Tints of Atomic Tangerine #FA976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.22%

R = 49.12%
G = 29.67%
B = 21.22%

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

#FA976C (or 0xFA976C) is known color: Atomic Tangerine. HEX triplet: FA, 97 and 6C. RGB value is (250,151,108). Sum of RGB (Red+Green+Blue) = 250+151+108=509 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.12% from 509); Green value is 151 (59.38% from 255 or 29.67% from 509); Blue value is 108 (42.58% from 255 or 21.22% from 509); Max value from RGB is 250 - color contains mainly: red. Hex color #FA976C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA976C is #056893. Grayscale: #AFAFAF. Windows color (decimal): -354452 or 7116794. OLE color: 7116794.

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

Color convert

RGB 250 151 108 -
CMYK 0 0.40 0.57 0.02
HSL 18.17º 0.93% 0.7% -
HSV(B) 18.17º 0.57% 0.98% -
XYZ 53.2 43.54 19.79 -
YUV 175.7 89.8 181 -
System Red Green Blue C M Y K H S L
Decimal 250 151 108 0 0.40 0.57 0.02 18.17 0.93 0.7
Hex FA 97 6C 0 28 39 2 12 5D 46
Octal 372 227 154 0 50 71 2 22 135 106
Binary 11111010 10010111 1101100 0 101000 111001 10 10010 1011101 1000110

Color Harmonies of #FA976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA976C

Black with #FA976C

Text Example


Text Example

White with #FA976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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