Html Css Color HEX #FC985E Atomic Tangerine

📋 copy color: '#FC985E'

red 252 ◦ green 152 ◦ blue 94

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

Shades of Atomic Tangerine #FC985E

Tints of Atomic Tangerine #FC985E

RGB

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

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

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

R = 50.6%
G = 30.52%
B = 18.88%

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

#FC985E (or 0xFC985E) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 5E. RGB value is (252,152,94). Sum of RGB (Red+Green+Blue) = 252+152+94=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 152 (59.77% from 255 or 30.52% from 498); Blue value is 94 (37.11% from 255 or 18.88% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC985E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC985E is #0367A1. Grayscale: #AFAFAF. Windows color (decimal): -223138 or 6199548. OLE color: 6199548.

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

Color convert

RGB 252 152 94 -
CMYK 0 0.40 0.63 0.01
HSL 22.03º 0.96% 0.68% -
HSV(B) 22.03º 0.63% 0.99% -
XYZ 53.39 43.96 16.26 -
YUV 175.29 82.13 182.72 -
System Red Green Blue C M Y K H S L
Decimal 252 152 94 0 0.40 0.63 0.01 22.03 0.96 0.68
Hex FC 98 5E 0 28 3F 1 16 60 44
Octal 374 230 136 0 50 77 1 26 140 104
Binary 11111100 10011000 1011110 0 101000 111111 1 10110 1100000 1000100

Color Harmonies of #FC985E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC985E

Black with #FC985E

Text Example


Text Example

White with #FC985E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC985E; }

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

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

background-color css

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

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

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

border-color css

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

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

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