Html Css Color HEX #FA916D Atomic Tangerine

📋 copy color: '#FA916D'

red 250 ◦ green 145 ◦ blue 109

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

Shades of Atomic Tangerine #FA916D

Tints of Atomic Tangerine #FA916D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.63%

R = 49.6%
G = 28.77%
B = 21.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA916D (or 0xFA916D) is known color: Atomic Tangerine. HEX triplet: FA, 91 and 6D. RGB value is (250,145,109). Sum of RGB (Red+Green+Blue) = 250+145+109=504 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.60% from 504); Green value is 145 (57.03% from 255 or 28.77% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 250 - color contains mainly: red. Hex color #FA916D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA916D is #056E92. Grayscale: #ACACAC. Windows color (decimal): -355987 or 7180794. OLE color: 7180794.

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

Color convert

RGB 250 145 109 -
CMYK 0 0.42 0.56 0.02
HSL 15.32º 0.93% 0.7% -
HSV(B) 15.32º 0.56% 0.98% -
XYZ 52.31 41.68 19.76 -
YUV 172.29 92.29 183.43 -
System Red Green Blue C M Y K H S L
Decimal 250 145 109 0 0.42 0.56 0.02 15.32 0.93 0.7
Hex FA 91 6D 0 2A 38 2 F 5D 46
Octal 372 221 155 0 52 70 2 17 135 106
Binary 11111010 10010001 1101101 0 101010 111000 10 1111 1011101 1000110

Color Harmonies of #FA916D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA916D

Black with #FA916D

Text Example


Text Example

White with #FA916D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA916D; }

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

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

background-color css

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

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

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

border-color css

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

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

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