Html Css Color HEX #FC996C Atomic Tangerine

📋 copy color: '#FC996C'

red 252 ◦ green 153 ◦ blue 108

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

Shades of Atomic Tangerine #FC996C

Tints of Atomic Tangerine #FC996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 29.82%

 BLUE value IS 108 (42.58% from 255) = 21.05%

R = 49.12%
G = 29.82%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC996C (or 0xFC996C) is known color: Atomic Tangerine. HEX triplet: FC, 99 and 6C. RGB value is (252,153,108). Sum of RGB (Red+Green+Blue) = 252+153+108=513 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.12% from 513); Green value is 153 (60.16% from 255 or 29.82% from 513); Blue value is 108 (42.58% from 255 or 21.05% from 513); Max value from RGB is 252 - color contains mainly: red. Hex color #FC996C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC996C is #036693. Grayscale: #B1B1B1. Windows color (decimal): -222868 or 7117308. OLE color: 7117308.

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

Color convert

RGB 252 153 108 -
CMYK 0 0.39 0.57 0.01
HSL 18.75º 0.96% 0.71% -
HSV(B) 18.75º 0.57% 0.99% -
XYZ 54.24 44.56 19.93 -
YUV 177.47 88.8 181.16 -
System Red Green Blue C M Y K H S L
Decimal 252 153 108 0 0.39 0.57 0.01 18.75 0.96 0.71
Hex FC 99 6C 0 27 39 1 13 60 47
Octal 374 231 154 0 47 71 1 23 140 107
Binary 11111100 10011001 1101100 0 100111 111001 1 10011 1100000 1000111

Color Harmonies of #FC996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC996C

Black with #FC996C

Text Example


Text Example

White with #FC996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC996C; }

 p { color: rgb(252,153,108); }

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

background-color css

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

 a { background-color: rgb(252,153,108); }

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

border-color css

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

 span { border-color: rgb(252,153,108); }

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