Html Css Color HEX #FF985E Atomic Tangerine

📋 copy color: '#FF985E'

red 255 ◦ green 152 ◦ blue 94

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

Shades of Atomic Tangerine #FF985E

Tints of Atomic Tangerine #FF985E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 18.76%

R = 50.9%
G = 30.34%
B = 18.76%

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

#FF985E (or 0xFF985E) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 5E. RGB value is (255,152,94). Sum of RGB (Red+Green+Blue) = 255+152+94=501 (66% of max value = 765). Red value is 255 (100% from 255 or 50.90% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 255 - color contains mainly: red. Hex color #FF985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF985E is #0067A1. Grayscale: #B0B0B0. Windows color (decimal): -26530 or 6199551. OLE color: 6199551.

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

Color convert

RGB 255 152 94 -
CMYK 0 0.40 0.63 0
HSL 21.61º 1% 0.68% -
HSV(B) 21.61º 0.63% 1% -
XYZ 54.49 44.52 16.31 -
YUV 176.19 81.62 184.22 -
System Red Green Blue C M Y K H S L
Decimal 255 152 94 0 0.40 0.63 0 21.61 1 0.68
Hex FF 98 5E 0 28 3F 0 16 64 44
Octal 377 230 136 0 50 77 0 26 144 104
Binary 11111111 10011000 1011110 0 101000 111111 0 10110 1100100 1000100

Color Harmonies of #FF985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF985E

Black with #FF985E

Text Example


Text Example

White with #FF985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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