Html Css Color HEX #FF8D6C Atomic Tangerine

📋 copy color: '#FF8D6C'

red 255 ◦ green 141 ◦ blue 108

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

Shades of Atomic Tangerine #FF8D6C

Tints of Atomic Tangerine #FF8D6C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 27.98%

 BLUE value IS 108 (42.58% from 255) = 21.43%

R = 50.6%
G = 27.98%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FF8D6C (or 0xFF8D6C) is known color: Atomic Tangerine. HEX triplet: FF, 8D and 6C. RGB value is (255,141,108). Sum of RGB (Red+Green+Blue) = 255+141+108=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 108 (42.58% from 255 or 21.43% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D6C is #007293. Grayscale: #ABABAB. Windows color (decimal): -29332 or 7114239. OLE color: 7114239.

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

Color convert

RGB 255 141 108 -
CMYK 0 0.45 0.58 0
HSL 13.47º 1% 0.71% -
HSV(B) 13.47º 0.58% 1% -
XYZ 53.47 41.39 19.36 -
YUV 171.32 92.27 187.68 -
System Red Green Blue C M Y K H S L
Decimal 255 141 108 0 0.45 0.58 0 13.47 1 0.71
Hex FF 8D 6C 0 2D 3A 0 D 64 47
Octal 377 215 154 0 55 72 0 15 144 107
Binary 11111111 10001101 1101100 0 101101 111010 0 1101 1100100 1000111

Color Harmonies of #FF8D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D6C

Black with #FF8D6C

Text Example


Text Example

White with #FF8D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D6C; }

 p { color: rgb(255,141,108); }

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

background-color css

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

 a { background-color: rgb(255,141,108); }

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

border-color css

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

 span { border-color: rgb(255,141,108); }

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