Html Css Color HEX #FA9061 Atomic Tangerine

📋 copy color: '#FA9061'

red 250 ◦ green 144 ◦ blue 97

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

Shades of Atomic Tangerine #FA9061

Tints of Atomic Tangerine #FA9061

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.33%

 BLUE value IS 97 (38.28% from 255) = 19.76%

R = 50.92%
G = 29.33%
B = 19.76%

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

#FA9061 (or 0xFA9061) is known color: Atomic Tangerine. HEX triplet: FA, 90 and 61. RGB value is (250,144,97). Sum of RGB (Red+Green+Blue) = 250+144+97=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 144 (56.64% from 255 or 29.33% from 491); Blue value is 97 (38.28% from 255 or 19.76% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9061 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9061 is #056F9E. Grayscale: #AAAAAA. Windows color (decimal): -356255 or 6394106. OLE color: 6394106.

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

Color convert

RGB 250 144 97 -
CMYK 0 0.42 0.61 0.02
HSL 18.43º 0.94% 0.68% -
HSV(B) 18.43º 0.61% 0.98% -
XYZ 51.56 41.13 16.53 -
YUV 170.34 86.62 184.82 -
System Red Green Blue C M Y K H S L
Decimal 250 144 97 0 0.42 0.61 0.02 18.43 0.94 0.68
Hex FA 90 61 0 2A 3D 2 12 5E 44
Octal 372 220 141 0 52 75 2 22 136 104
Binary 11111010 10010000 1100001 0 101010 111101 10 10010 1011110 1000100

Color Harmonies of #FA9061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9061

Black with #FA9061

Text Example


Text Example

White with #FA9061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9061; }

 p { color: rgb(250,144,97); }

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

background-color css

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

 a { background-color: rgb(250,144,97); }

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

border-color css

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

 span { border-color: rgb(250,144,97); }

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