Html Css Color HEX #FA9B60 Atomic Tangerine

📋 copy color: '#FA9B60'

red 250 ◦ green 155 ◦ blue 96

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

Shades of Atomic Tangerine #FA9B60

Tints of Atomic Tangerine #FA9B60

RGB

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

 GREEN value IS 155 (60.94% from 255) = 30.94%

 BLUE value IS 96 (37.89% from 255) = 19.16%

R = 49.9%
G = 30.94%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#FA9B60 (or 0xFA9B60) is known color: Atomic Tangerine. HEX triplet: FA, 9B and 60. RGB value is (250,155,96). Sum of RGB (Red+Green+Blue) = 250+155+96=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA9B60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA9B60 is #05649F. Grayscale: #B1B1B1. Windows color (decimal): -353440 or 6331386. OLE color: 6331386.

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

Color convert

RGB 250 155 96 -
CMYK 0 0.38 0.62 0.02
HSL 22.99º 0.94% 0.68% -
HSV(B) 22.99º 0.62% 0.98% -
XYZ 53.26 44.61 16.87 -
YUV 176.68 82.47 180.3 -
System Red Green Blue C M Y K H S L
Decimal 250 155 96 0 0.38 0.62 0.02 22.99 0.94 0.68
Hex FA 9B 60 0 26 3E 2 17 5E 44
Octal 372 233 140 0 46 76 2 27 136 104
Binary 11111010 10011011 1100000 0 100110 111110 10 10111 1011110 1000100

Color Harmonies of #FA9B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA9B60

Black with #FA9B60

Text Example


Text Example

White with #FA9B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA9B60; }

 p { color: rgb(250,155,96); }

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

background-color css

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

 a { background-color: rgb(250,155,96); }

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

border-color css

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

 span { border-color: rgb(250,155,96); }

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