Html Css Color HEX #FC996D Atomic Tangerine

📋 copy color: '#FC996D'

red 252 ◦ green 153 ◦ blue 109

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

Shades of Atomic Tangerine #FC996D

Tints of Atomic Tangerine #FC996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 21.21%

R = 49.03%
G = 29.77%
B = 21.21%

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

#FC996D (or 0xFC996D) is known color: Atomic Tangerine. HEX triplet: FC, 99 and 6D. RGB value is (252,153,109). Sum of RGB (Red+Green+Blue) = 252+153+109=514 (68% of max value = 765). Red value is 252 (98.83% from 255 or 49.03% from 514); Green value is 153 (60.16% from 255 or 29.77% from 514); Blue value is 109 (42.97% from 255 or 21.21% from 514); Max value from RGB is 252 - color contains mainly: red. Hex color #FC996D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC996D is #036692. Grayscale: #B1B1B1. Windows color (decimal): -222867 or 7182844. OLE color: 7182844.

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

Color convert

RGB 252 153 109 -
CMYK 0 0.39 0.57 0.01
HSL 18.46º 0.96% 0.71% -
HSV(B) 18.46º 0.57% 0.99% -
XYZ 54.3 44.58 20.21 -
YUV 177.59 89.3 181.08 -
System Red Green Blue C M Y K H S L
Decimal 252 153 109 0 0.39 0.57 0.01 18.46 0.96 0.71
Hex FC 99 6D 0 27 39 1 12 60 47
Octal 374 231 155 0 47 71 1 22 140 107
Binary 11111100 10011001 1101101 0 100111 111001 1 10010 1100000 1000111

Color Harmonies of #FC996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC996D

Black with #FC996D

Text Example


Text Example

White with #FC996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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