Html Css Color HEX #FA9770 Atomic Tangerine

📋 copy color: '#FA9770'

red 250 ◦ green 151 ◦ blue 112

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

Shades of Atomic Tangerine #FA9770

Tints of Atomic Tangerine #FA9770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 21.83%

R = 48.73%
G = 29.43%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#FA9770 (or 0xFA9770) is known color: Atomic Tangerine. HEX triplet: FA, 97 and 70. RGB value is (250,151,112). Sum of RGB (Red+Green+Blue) = 250+151+112=513 (67% of max value = 765). Red value is 250 (98.05% from 255 or 48.73% from 513); Green value is 151 (59.38% from 255 or 29.43% from 513); Blue value is 112 (44.14% from 255 or 21.83% from 513); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9770 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9770 is #05688F. Grayscale: #B0B0B0. Windows color (decimal): -354448 or 7378938. OLE color: 7378938.

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

Color convert

RGB 250 151 112 -
CMYK 0 0.40 0.55 0.02
HSL 16.96º 0.93% 0.71% -
HSV(B) 16.96º 0.55% 0.98% -
XYZ 53.42 43.63 20.93 -
YUV 176.16 91.8 180.67 -
System Red Green Blue C M Y K H S L
Decimal 250 151 112 0 0.40 0.55 0.02 16.96 0.93 0.71
Hex FA 97 70 0 28 37 2 11 5D 47
Octal 372 227 160 0 50 67 2 21 135 107
Binary 11111010 10010111 1110000 0 101000 110111 10 10001 1011101 1000111

Color Harmonies of #FA9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9770

Black with #FA9770

Text Example


Text Example

White with #FA9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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