Html Css Color HEX #FF8A60 Atomic Tangerine

📋 copy color: '#FF8A60'

red 255 ◦ green 138 ◦ blue 96

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

Shades of Atomic Tangerine #FF8A60

Tints of Atomic Tangerine #FF8A60

RGB

 RED value IS 255 (100% from 255) = 52.15%

 GREEN value IS 138 (54.3% from 255) = 28.22%

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

R = 52.15%
G = 28.22%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0

RGB Variations

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

Color information

#FF8A60 (or 0xFF8A60) is known color: Atomic Tangerine. HEX triplet: FF, 8A and 60. RGB value is (255,138,96). Sum of RGB (Red+Green+Blue) = 255+138+96=489 (64% of max value = 765). Red value is 255 (100% from 255 or 52.15% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 96 (37.89% from 255 or 19.63% from 489); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A60 is #00759F. Grayscale: #A8A8A8. Windows color (decimal): -30112 or 6327039. OLE color: 6327039.

HSL color Cylindrical-coordinate representation of color #FF8A60: hue angle of 15.85º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #FF8A60 is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB 255 138 96 -
CMYK 0 0.46 0.62 0
HSL 15.85º 1% 0.69% -
HSV(B) 15.85º 0.62% 1% -
XYZ 52.44 40.28 16.08 -
YUV 168.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 255 138 96 0 0.46 0.62 0 15.85 1 0.69
Hex FF 8A 60 0 2E 3E 0 10 64 45
Octal 377 212 140 0 56 76 0 20 144 105
Binary 11111111 10001010 1100000 0 101110 111110 0 10000 1100100 1000101

Color Harmonies of #FF8A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A60

Black with #FF8A60

Text Example


Text Example

White with #FF8A60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A60; }

 p { color: rgb(255,138,96); }

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

background-color css

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

 a { background-color: rgb(255,138,96); }

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

border-color css

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

 span { border-color: rgb(255,138,96); }

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