Html Css Color HEX #FF985F Atomic Tangerine

📋 copy color: '#FF985F'

red 255 ◦ green 152 ◦ blue 95

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

Shades of Atomic Tangerine #FF985F

Tints of Atomic Tangerine #FF985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 30.28%

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

R = 50.8%
G = 30.28%
B = 18.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0

RGB Variations

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

Color information

#FF985F (or 0xFF985F) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 5F. RGB value is (255,152,95). Sum of RGB (Red+Green+Blue) = 255+152+95=502 (66% of max value = 765). Red value is 255 (100% from 255 or 50.80% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 95 (37.5% from 255 or 18.92% from 502); Max value from RGB is 255 - color contains mainly: red. Hex color #FF985F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF985F is #0067A0. Grayscale: #B0B0B0. Windows color (decimal): -26529 or 6265087. OLE color: 6265087.

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

Color convert

RGB 255 152 95 -
CMYK 0 0.40 0.63 0
HSL 21.38º 1% 0.69% -
HSV(B) 21.38º 0.63% 1% -
XYZ 54.53 44.54 16.55 -
YUV 176.3 82.12 184.13 -
System Red Green Blue C M Y K H S L
Decimal 255 152 95 0 0.40 0.63 0 21.38 1 0.69
Hex FF 98 5F 0 28 3F 0 15 64 45
Octal 377 230 137 0 50 77 0 25 144 105
Binary 11111111 10011000 1011111 0 101000 111111 0 10101 1100100 1000101

Color Harmonies of #FF985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF985F

Black with #FF985F

Text Example


Text Example

White with #FF985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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