Html Css Color HEX #FF8D5C Atomic Tangerine

📋 copy color: '#FF8D5C'

red 255 ◦ green 141 ◦ blue 92

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

Shades of Atomic Tangerine #FF8D5C

Tints of Atomic Tangerine #FF8D5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.85%

R = 52.25%
G = 28.89%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF8D5C (or 0xFF8D5C) is known color: Atomic Tangerine. HEX triplet: FF, 8D and 5C. RGB value is (255,141,92). Sum of RGB (Red+Green+Blue) = 255+141+92=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 141 (55.47% from 255 or 28.89% from 488); Blue value is 92 (36.33% from 255 or 18.85% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D5C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8D5C is #0072A3. Grayscale: #A9A9A9. Windows color (decimal): -29348 or 6065663. OLE color: 6065663.

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

Color convert

RGB 255 141 92 -
CMYK 0 0.45 0.64 0
HSL 18.04º 1% 0.68% -
HSV(B) 18.04º 0.64% 1% -
XYZ 52.7 41.08 15.28 -
YUV 169.5 84.27 188.98 -
System Red Green Blue C M Y K H S L
Decimal 255 141 92 0 0.45 0.64 0 18.04 1 0.68
Hex FF 8D 5C 0 2D 40 0 12 64 44
Octal 377 215 134 0 55 100 0 22 144 104
Binary 11111111 10001101 1011100 0 101101 1000000 0 10010 1100100 1000100

Color Harmonies of #FF8D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8D5C

Black with #FF8D5C

Text Example


Text Example

White with #FF8D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8D5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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