Html Css Color HEX #FC9860 Atomic Tangerine

📋 copy color: '#FC9860'

red 252 ◦ green 152 ◦ blue 96

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

Shades of Atomic Tangerine #FC9860

Tints of Atomic Tangerine #FC9860

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.2%

R = 50.4%
G = 30.4%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.01

RGB Variations

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

Color information

#FC9860 (or 0xFC9860) is known color: Atomic Tangerine. HEX triplet: FC, 98 and 60. RGB value is (252,152,96). Sum of RGB (Red+Green+Blue) = 252+152+96=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 96 (37.89% from 255 or 19.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9860 is #03679F. Grayscale: #AFAFAF. Windows color (decimal): -223136 or 6330620. OLE color: 6330620.

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

Color convert

RGB 252 152 96 -
CMYK 0 0.40 0.62 0.01
HSL 21.54º 0.96% 0.68% -
HSV(B) 21.54º 0.62% 0.99% -
XYZ 53.48 44 16.74 -
YUV 175.52 83.13 182.55 -
System Red Green Blue C M Y K H S L
Decimal 252 152 96 0 0.40 0.62 0.01 21.54 0.96 0.68
Hex FC 98 60 0 28 3E 1 16 60 44
Octal 374 230 140 0 50 76 1 26 140 104
Binary 11111100 10011000 1100000 0 101000 111110 1 10110 1100000 1000100

Color Harmonies of #FC9860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9860

Black with #FC9860

Text Example


Text Example

White with #FC9860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9860; }

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

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

background-color css

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

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

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

border-color css

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

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

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