Html Css Color HEX #FA916F Atomic Tangerine

📋 copy color: '#FA916F'

red 250 ◦ green 145 ◦ blue 111

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

Shades of Atomic Tangerine #FA916F

Tints of Atomic Tangerine #FA916F

RGB

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

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

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

R = 49.41%
G = 28.66%
B = 21.94%

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

#FA916F (or 0xFA916F) is known color: Atomic Tangerine. HEX triplet: FA, 91 and 6F. RGB value is (250,145,111). Sum of RGB (Red+Green+Blue) = 250+145+111=506 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.41% from 506); Green value is 145 (57.03% from 255 or 28.66% from 506); Blue value is 111 (43.75% from 255 or 21.94% from 506); Max value from RGB is 250 - color contains mainly: red. Hex color #FA916F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA916F is #056E90. Grayscale: #ACACAC. Windows color (decimal): -355985 or 7311866. OLE color: 7311866.

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

Color convert

RGB 250 145 111 -
CMYK 0 0.42 0.56 0.02
HSL 14.68º 0.93% 0.71% -
HSV(B) 14.68º 0.56% 0.98% -
XYZ 52.42 41.72 20.33 -
YUV 172.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 250 145 111 0 0.42 0.56 0.02 14.68 0.93 0.71
Hex FA 91 6F 0 2A 38 2 F 5D 47
Octal 372 221 157 0 52 70 2 17 135 107
Binary 11111010 10010001 1101111 0 101010 111000 10 1111 1011101 1000111

Color Harmonies of #FA916F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA916F

Black with #FA916F

Text Example


Text Example

White with #FA916F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA916F; }

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

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

background-color css

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

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

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

border-color css

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

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

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