Html Css Color HEX #FF985B Atomic Tangerine

📋 copy color: '#FF985B'

red 255 ◦ green 152 ◦ blue 91

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

Shades of Atomic Tangerine #FF985B

Tints of Atomic Tangerine #FF985B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 18.27%

R = 51.2%
G = 30.52%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0

RGB Variations

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

Color information

#FF985B (or 0xFF985B) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 5B. RGB value is (255,152,91). Sum of RGB (Red+Green+Blue) = 255+152+91=498 (65% of max value = 765). Red value is 255 (100% from 255 or 51.20% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 91 (35.94% from 255 or 18.27% from 498); Max value from RGB is 255 - color contains mainly: red. Hex color #FF985B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF985B is #0067A4. Grayscale: #B0B0B0. Windows color (decimal): -26533 or 6002943. OLE color: 6002943.

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

Color convert

RGB 255 152 91 -
CMYK 0 0.40 0.64 0
HSL 22.32º 1% 0.68% -
HSV(B) 22.32º 0.64% 1% -
XYZ 54.36 44.47 15.62 -
YUV 175.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 255 152 91 0 0.40 0.64 0 22.32 1 0.68
Hex FF 98 5B 0 28 40 0 16 64 44
Octal 377 230 133 0 50 100 0 26 144 104
Binary 11111111 10011000 1011011 0 101000 1000000 0 10110 1100100 1000100

Color Harmonies of #FF985B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF985B

Black with #FF985B

Text Example


Text Example

White with #FF985B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF985B; }

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

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

background-color css

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

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

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

border-color css

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

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

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