Html Css Color HEX #FF8A68 Atomic Tangerine

📋 copy color: '#FF8A68'

red 255 ◦ green 138 ◦ blue 104

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

Shades of Atomic Tangerine #FF8A68

Tints of Atomic Tangerine #FF8A68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.93%

R = 51.31%
G = 27.77%
B = 20.93%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FF8A68 (or 0xFF8A68) is known color: Atomic Tangerine. HEX triplet: FF, 8A and 68. RGB value is (255,138,104). Sum of RGB (Red+Green+Blue) = 255+138+104=497 (65% of max value = 765). Red value is 255 (100% from 255 or 51.31% from 497); Green value is 138 (54.30% from 255 or 27.77% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A68 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8A68 is #007597. Grayscale: #A9A9A9. Windows color (decimal): -30104 or 6851327. OLE color: 6851327.

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

Color convert

RGB 255 138 104 -
CMYK 0 0.46 0.59 0
HSL 13.51º 1% 0.7% -
HSV(B) 13.51º 0.59% 1% -
XYZ 52.83 40.44 18.12 -
YUV 169.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 255 138 104 0 0.46 0.59 0 13.51 1 0.7
Hex FF 8A 68 0 2E 3B 0 E 64 46
Octal 377 212 150 0 56 73 0 16 144 106
Binary 11111111 10001010 1101000 0 101110 111011 0 1110 1100100 1000110

Color Harmonies of #FF8A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8A68

Black with #FF8A68

Text Example


Text Example

White with #FF8A68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8A68; }

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

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

background-color css

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

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

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

border-color css

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

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

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