Html Css Color HEX #FA9165 Atomic Tangerine

📋 copy color: '#FA9165'

red 250 ◦ green 145 ◦ blue 101

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

Shades of Atomic Tangerine #FA9165

Tints of Atomic Tangerine #FA9165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.36%

R = 50.4%
G = 29.23%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.02

RGB Variations

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

Color information

#FA9165 (or 0xFA9165) is known color: Atomic Tangerine. HEX triplet: FA, 91 and 65. RGB value is (250,145,101). Sum of RGB (Red+Green+Blue) = 250+145+101=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 145 (57.03% from 255 or 29.23% from 496); Blue value is 101 (39.84% from 255 or 20.36% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9165 is #056E9A. Grayscale: #ABABAB. Windows color (decimal): -355995 or 6656506. OLE color: 6656506.

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

Color convert

RGB 250 145 101 -
CMYK 0 0.42 0.60 0.02
HSL 17.72º 0.94% 0.69% -
HSV(B) 17.72º 0.6% 0.98% -
XYZ 51.9 41.51 17.59 -
YUV 171.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 250 145 101 0 0.42 0.60 0.02 17.72 0.94 0.69
Hex FA 91 65 0 2A 3C 2 12 5E 45
Octal 372 221 145 0 52 74 2 22 136 105
Binary 11111010 10010001 1100101 0 101010 111100 10 10010 1011110 1000101

Color Harmonies of #FA9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9165

Black with #FA9165

Text Example


Text Example

White with #FA9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9165; }

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

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

background-color css

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

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

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

border-color css

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

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

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