Html Css Color HEX #FA9162 Atomic Tangerine

📋 copy color: '#FA9162'

red 250 ◦ green 145 ◦ blue 98

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

Shades of Atomic Tangerine #FA9162

Tints of Atomic Tangerine #FA9162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.88%

R = 50.71%
G = 29.41%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.02

RGB Variations

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

Color information

#FA9162 (or 0xFA9162) is known color: Atomic Tangerine. HEX triplet: FA, 91 and 62. RGB value is (250,145,98). Sum of RGB (Red+Green+Blue) = 250+145+98=493 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.71% from 493); Green value is 145 (57.03% from 255 or 29.41% from 493); Blue value is 98 (38.67% from 255 or 19.88% from 493); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9162 is #056E9D. Grayscale: #ABABAB. Windows color (decimal): -355998 or 6459898. OLE color: 6459898.

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

Color convert

RGB 250 145 98 -
CMYK 0 0.42 0.61 0.02
HSL 18.55º 0.94% 0.68% -
HSV(B) 18.55º 0.61% 0.98% -
XYZ 51.75 41.46 16.83 -
YUV 171.04 86.79 184.32 -
System Red Green Blue C M Y K H S L
Decimal 250 145 98 0 0.42 0.61 0.02 18.55 0.94 0.68
Hex FA 91 62 0 2A 3D 2 13 5E 44
Octal 372 221 142 0 52 75 2 23 136 104
Binary 11111010 10010001 1100010 0 101010 111101 10 10011 1011110 1000100

Color Harmonies of #FA9162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9162

Black with #FA9162

Text Example


Text Example

White with #FA9162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9162; }

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

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

background-color css

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

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

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

border-color css

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

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

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