Html Css Color HEX #FF8F5F Atomic Tangerine

📋 copy color: '#FF8F5F'

red 255 ◦ green 143 ◦ blue 95

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

Shades of Atomic Tangerine #FF8F5F

Tints of Atomic Tangerine #FF8F5F

RGB

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

 GREEN value IS 143 (56.25% from 255) = 29.01%

 BLUE value IS 95 (37.5% from 255) = 19.27%

R = 51.72%
G = 29.01%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF8F5F (or 0xFF8F5F) is known color: Atomic Tangerine. HEX triplet: FF, 8F and 5F. RGB value is (255,143,95). Sum of RGB (Red+Green+Blue) = 255+143+95=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 95 (37.5% from 255 or 19.27% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8F5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8F5F is #0070A0. Grayscale: #ABABAB. Windows color (decimal): -28833 or 6262783. OLE color: 6262783.

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

Color convert

RGB 255 143 95 -
CMYK 0 0.44 0.63 0
HSL 18º 1% 0.69% -
HSV(B) 18º 0.63% 1% -
XYZ 53.13 41.73 16.08 -
YUV 171.02 85.11 187.9 -
System Red Green Blue C M Y K H S L
Decimal 255 143 95 0 0.44 0.63 0 18 1 0.69
Hex FF 8F 5F 0 2C 3F 0 12 64 45
Octal 377 217 137 0 54 77 0 22 144 105
Binary 11111111 10001111 1011111 0 101100 111111 0 10010 1100100 1000101

Color Harmonies of #FF8F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF8F5F

Black with #FF8F5F

Text Example


Text Example

White with #FF8F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF8F5F; }

 p { color: rgb(255,143,95); }

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

background-color css

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

 a { background-color: rgb(255,143,95); }

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

border-color css

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

 span { border-color: rgb(255,143,95); }

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