Html Css Color HEX #FA976F Atomic Tangerine

📋 copy color: '#FA976F'

red 250 ◦ green 151 ◦ blue 111

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

Shades of Atomic Tangerine #FA976F

Tints of Atomic Tangerine #FA976F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.68%

R = 48.83%
G = 29.49%
B = 21.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA976F (or 0xFA976F) is known color: Atomic Tangerine. HEX triplet: FA, 97 and 6F. RGB value is (250,151,111). Sum of RGB (Red+Green+Blue) = 250+151+111=512 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.83% from 512); Green value is 151 (59.38% from 255 or 29.49% from 512); Blue value is 111 (43.75% from 255 or 21.68% from 512); Max value from RGB is 250 - color contains mainly: red. Hex color #FA976F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA976F is #056890. Grayscale: #B0B0B0. Windows color (decimal): -354449 or 7313402. OLE color: 7313402.

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

Color convert

RGB 250 151 111 -
CMYK 0 0.40 0.56 0.02
HSL 17.27º 0.93% 0.71% -
HSV(B) 17.27º 0.56% 0.98% -
XYZ 53.36 43.6 20.64 -
YUV 176.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 250 151 111 0 0.40 0.56 0.02 17.27 0.93 0.71
Hex FA 97 6F 0 28 38 2 11 5D 47
Octal 372 227 157 0 50 70 2 21 135 107
Binary 11111010 10010111 1101111 0 101000 111000 10 10001 1011101 1000111

Color Harmonies of #FA976F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA976F

Black with #FA976F

Text Example


Text Example

White with #FA976F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA976F; }

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

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

background-color css

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

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

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

border-color css

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

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

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