Html Css Color HEX #FA916B Atomic Tangerine

📋 copy color: '#FA916B'

red 250 ◦ green 145 ◦ blue 107

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

Shades of Atomic Tangerine #FA916B

Tints of Atomic Tangerine #FA916B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.88%

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

R = 49.8%
G = 28.88%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA916B (or 0xFA916B) is known color: Atomic Tangerine. HEX triplet: FA, 91 and 6B. RGB value is (250,145,107). Sum of RGB (Red+Green+Blue) = 250+145+107=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 145 (57.03% from 255 or 28.88% from 502); Blue value is 107 (42.19% from 255 or 21.31% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA916B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA916B is #056E94. Grayscale: #ACACAC. Windows color (decimal): -355989 or 7049722. OLE color: 7049722.

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

Color convert

RGB 250 145 107 -
CMYK 0 0.42 0.57 0.02
HSL 15.94º 0.93% 0.7% -
HSV(B) 15.94º 0.57% 0.98% -
XYZ 52.2 41.64 19.2 -
YUV 172.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 250 145 107 0 0.42 0.57 0.02 15.94 0.93 0.7
Hex FA 91 6B 0 2A 39 2 10 5D 46
Octal 372 221 153 0 52 71 2 20 135 106
Binary 11111010 10010001 1101011 0 101010 111001 10 10000 1011101 1000110

Color Harmonies of #FA916B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA916B

Black with #FA916B

Text Example


Text Example

White with #FA916B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA916B; }

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

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

background-color css

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

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

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

border-color css

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

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

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