Html Css Color HEX #FF8A65 Atomic Tangerine

📋 copy color: '#FF8A65'

red 255 ◦ green 138 ◦ blue 101

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

Shades of Atomic Tangerine #FF8A65

Tints of Atomic Tangerine #FF8A65

RGB

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

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

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

R = 51.62%
G = 27.94%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FF8A65 (or 0xFF8A65) is known color: Atomic Tangerine. HEX triplet: FF, 8A and 65. RGB value is (255,138,101). Sum of RGB (Red+Green+Blue) = 255+138+101=494 (65% of max value = 765). Red value is 255 (100% from 255 or 51.62% from 494); Green value is 138 (54.30% from 255 or 27.94% from 494); Blue value is 101 (39.84% from 255 or 20.45% from 494); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A65 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A65 is #00759A. Grayscale: #A9A9A9. Windows color (decimal): -30107 or 6654719. OLE color: 6654719.

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

Color convert

RGB 255 138 101 -
CMYK 0 0.46 0.60 0
HSL 14.42º 1% 0.7% -
HSV(B) 14.42º 0.6% 1% -
XYZ 52.68 40.38 17.33 -
YUV 168.77 89.76 189.51 -
System Red Green Blue C M Y K H S L
Decimal 255 138 101 0 0.46 0.60 0 14.42 1 0.7
Hex FF 8A 65 0 2E 3C 0 E 64 46
Octal 377 212 145 0 56 74 0 16 144 106
Binary 11111111 10001010 1100101 0 101110 111100 0 1110 1100100 1000110

Color Harmonies of #FF8A65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A65

Black with #FF8A65

Text Example


Text Example

White with #FF8A65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A65; }

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

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

background-color css

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

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

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

border-color css

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

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

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