Html Css Color HEX #FF985C Atomic Tangerine

📋 copy color: '#FF985C'

red 255 ◦ green 152 ◦ blue 92

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

Shades of Atomic Tangerine #FF985C

Tints of Atomic Tangerine #FF985C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.44%

R = 51.1%
G = 30.46%
B = 18.44%

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

#FF985C (or 0xFF985C) is known color: Atomic Tangerine. HEX triplet: FF, 98 and 5C. RGB value is (255,152,92). Sum of RGB (Red+Green+Blue) = 255+152+92=499 (66% of max value = 765). Red value is 255 (100% from 255 or 51.10% from 499); Green value is 152 (59.77% from 255 or 30.46% from 499); Blue value is 92 (36.33% from 255 or 18.44% from 499); Max value from RGB is 255 - color contains mainly: red. Hex color #FF985C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF985C is #0067A3. Grayscale: #B0B0B0. Windows color (decimal): -26532 or 6068479. OLE color: 6068479.

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

Color convert

RGB 255 152 92 -
CMYK 0 0.40 0.64 0
HSL 22.09º 1% 0.68% -
HSV(B) 22.09º 0.64% 1% -
XYZ 54.4 44.49 15.85 -
YUV 175.96 80.62 184.38 -
System Red Green Blue C M Y K H S L
Decimal 255 152 92 0 0.40 0.64 0 22.09 1 0.68
Hex FF 98 5C 0 28 40 0 16 64 44
Octal 377 230 134 0 50 100 0 26 144 104
Binary 11111111 10011000 1011100 0 101000 1000000 0 10110 1100100 1000100

Color Harmonies of #FF985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF985C

Black with #FF985C

Text Example


Text Example

White with #FF985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF985C; }

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

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

background-color css

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

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

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

border-color css

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

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

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