Html Css Color HEX #FA996F Atomic Tangerine

📋 copy color: '#FA996F'

red 250 ◦ green 153 ◦ blue 111

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

Shades of Atomic Tangerine #FA996F

Tints of Atomic Tangerine #FA996F

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.77%

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

R = 48.64%
G = 29.77%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA996F (or 0xFA996F) is known color: Atomic Tangerine. HEX triplet: FA, 99 and 6F. RGB value is (250,153,111). Sum of RGB (Red+Green+Blue) = 250+153+111=514 (68% of max value = 765). Red value is 250 (98.05% from 255 or 48.64% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 111 (43.75% from 255 or 21.60% from 514); Max value from RGB is 250 - color contains mainly: red. Hex color #FA996F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA996F is #056690. Grayscale: #B1B1B1. Windows color (decimal): -353937 or 7313914. OLE color: 7313914.

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

Color convert

RGB 250 153 111 -
CMYK 0 0.39 0.56 0.02
HSL 18.13º 0.93% 0.71% -
HSV(B) 18.13º 0.56% 0.98% -
XYZ 53.68 44.25 20.75 -
YUV 177.22 90.64 179.92 -
System Red Green Blue C M Y K H S L
Decimal 250 153 111 0 0.39 0.56 0.02 18.13 0.93 0.71
Hex FA 99 6F 0 27 38 2 12 5D 47
Octal 372 231 157 0 47 70 2 22 135 107
Binary 11111010 10011001 1101111 0 100111 111000 10 10010 1011101 1000111

Color Harmonies of #FA996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA996F

Black with #FA996F

Text Example


Text Example

White with #FA996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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