Html Css Color HEX #FC985D Atomic Tangerine

📋 copy color: '#FC985D'

red 252 ◦ green 152 ◦ blue 93

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

Shades of Atomic Tangerine #FC985D

Tints of Atomic Tangerine #FC985D

RGB

 RED value IS 252 (98.83% from 255) = 50.7%

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

 BLUE value IS 93 (36.72% from 255) = 18.71%

R = 50.7%
G = 30.58%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC985D (or 0xFC985D) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 5D. RGB value is (252,152,93). Sum of RGB (Red+Green+Blue) = 252+152+93=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 152 (59.77% from 255 or 30.58% from 497); Blue value is 93 (36.72% from 255 or 18.71% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC985D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC985D is #0367A2. Grayscale: #AFAFAF. Windows color (decimal): -223139 or 6134012. OLE color: 6134012.

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

Color convert

RGB 252 152 93 -
CMYK 0 0.40 0.63 0.01
HSL 22.26º 0.96% 0.68% -
HSV(B) 22.26º 0.63% 0.99% -
XYZ 53.35 43.94 16.03 -
YUV 175.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 252 152 93 0 0.40 0.63 0.01 22.26 0.96 0.68
Hex FC 98 5D 0 28 3F 1 16 60 44
Octal 374 230 135 0 50 77 1 26 140 104
Binary 11111100 10011000 1011101 0 101000 111111 1 10110 1100000 1000100

Color Harmonies of #FC985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC985D

Black with #FC985D

Text Example


Text Example

White with #FC985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC985D; }

 p { color: rgb(252,152,93); }

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

background-color css

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

 a { background-color: rgb(252,152,93); }

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

border-color css

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

 span { border-color: rgb(252,152,93); }

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