Html Css Color HEX #FA916C Atomic Tangerine

📋 copy color: '#FA916C'

red 250 ◦ green 145 ◦ blue 108

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

Shades of Atomic Tangerine #FA916C

Tints of Atomic Tangerine #FA916C

RGB

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

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

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

R = 49.7%
G = 28.83%
B = 21.47%

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

#FA916C (or 0xFA916C) is known color: Atomic Tangerine. HEX triplet: FA, 91 and 6C. RGB value is (250,145,108). Sum of RGB (Red+Green+Blue) = 250+145+108=503 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.70% from 503); Green value is 145 (57.03% from 255 or 28.83% from 503); Blue value is 108 (42.58% from 255 or 21.47% from 503); Max value from RGB is 250 - color contains mainly: red. Hex color #FA916C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA916C is #056E93. Grayscale: #ACACAC. Windows color (decimal): -355988 or 7115258. OLE color: 7115258.

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

Color convert

RGB 250 145 108 -
CMYK 0 0.42 0.57 0.02
HSL 15.63º 0.93% 0.7% -
HSV(B) 15.63º 0.57% 0.98% -
XYZ 52.26 41.66 19.47 -
YUV 172.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 250 145 108 0 0.42 0.57 0.02 15.63 0.93 0.7
Hex FA 91 6C 0 2A 39 2 10 5D 46
Octal 372 221 154 0 52 71 2 20 135 106
Binary 11111010 10010001 1101100 0 101010 111001 10 10000 1011101 1000110

Color Harmonies of #FA916C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA916C

Black with #FA916C

Text Example


Text Example

White with #FA916C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA916C; }

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

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

background-color css

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

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

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

border-color css

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

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

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