Html Css Color HEX #FF8C5D Atomic Tangerine

📋 copy color: '#FF8C5D'

red 255 ◦ green 140 ◦ blue 93

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

Shades of Atomic Tangerine #FF8C5D

Tints of Atomic Tangerine #FF8C5D

RGB

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

 GREEN value IS 140 (55.08% from 255) = 28.69%

 BLUE value IS 93 (36.72% from 255) = 19.06%

R = 52.25%
G = 28.69%
B = 19.06%

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

#FF8C5D (or 0xFF8C5D) is known color: Atomic Tangerine. HEX triplet: FF, 8C and 5D. RGB value is (255,140,93). Sum of RGB (Red+Green+Blue) = 255+140+93=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 140 (55.08% from 255 or 28.69% from 488); Blue value is 93 (36.72% from 255 or 19.06% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8C5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8C5D is #0073A2. Grayscale: #A9A9A9. Windows color (decimal): -29603 or 6130943. OLE color: 6130943.

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

Color convert

RGB 255 140 93 -
CMYK 0 0.45 0.64 0
HSL 17.41º 1% 0.68% -
HSV(B) 17.41º 0.64% 1% -
XYZ 52.59 40.81 15.46 -
YUV 169.03 85.1 189.32 -
System Red Green Blue C M Y K H S L
Decimal 255 140 93 0 0.45 0.64 0 17.41 1 0.68
Hex FF 8C 5D 0 2D 40 0 11 64 44
Octal 377 214 135 0 55 100 0 21 144 104
Binary 11111111 10001100 1011101 0 101101 1000000 0 10001 1100100 1000100

Color Harmonies of #FF8C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8C5D

Black with #FF8C5D

Text Example


Text Example

White with #FF8C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8C5D; }

 p { color: rgb(255,140,93); }

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

background-color css

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

 a { background-color: rgb(255,140,93); }

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

border-color css

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

 span { border-color: rgb(255,140,93); }

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