Html Css Color HEX #FFA068 Atomic Tangerine

📋 copy color: '#FFA068'

red 255 ◦ green 160 ◦ blue 104

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

Shades of Atomic Tangerine #FFA068

Tints of Atomic Tangerine #FFA068

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.83%

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

R = 49.13%
G = 30.83%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0

RGB Variations

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

Color information

#FFA068 (or 0xFFA068) is known color: Atomic Tangerine. HEX triplet: FF, A0 and 68. RGB value is (255,160,104). Sum of RGB (Red+Green+Blue) = 255+160+104=519 (68% of max value = 765). Red value is 255 (100% from 255 or 49.13% from 519); Green value is 160 (62.89% from 255 or 30.83% from 519); Blue value is 104 (41.02% from 255 or 20.04% from 519); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA068 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA068 is #005F97. Grayscale: #B6B6B6. Windows color (decimal): -24472 or 6856959. OLE color: 6856959.

HSL color Cylindrical-coordinate representation of color #FFA068: hue angle of 22.25º 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 #FFA068 is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.

Color convert

RGB 255 160 104 -
CMYK 0 0.37 0.59 0
HSL 22.25º 1% 0.7% -
HSV(B) 22.25º 0.59% 1% -
XYZ 56.31 47.4 19.28 -
YUV 182.02 83.97 180.05 -
System Red Green Blue C M Y K H S L
Decimal 255 160 104 0 0.37 0.59 0 22.25 1 0.7
Hex FF A0 68 0 25 3B 0 16 64 46
Octal 377 240 150 0 45 73 0 26 144 106
Binary 11111111 10100000 1101000 0 100101 111011 0 10110 1100100 1000110

Color Harmonies of #FFA068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA068

Black with #FFA068

Text Example


Text Example

White with #FFA068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA068; }

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

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

background-color css

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

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

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

border-color css

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

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

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