Html Css Color HEX #FC996F Atomic Tangerine

📋 copy color: '#FC996F'

red 252 ◦ green 153 ◦ blue 111

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

Shades of Atomic Tangerine #FC996F

Tints of Atomic Tangerine #FC996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.51%

R = 48.84%
G = 29.65%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC996F (or 0xFC996F) is known color: Atomic Tangerine. HEX triplet: FC, 99 and 6F. RGB value is (252,153,111). Sum of RGB (Red+Green+Blue) = 252+153+111=516 (68% of max value = 765). Red value is 252 (98.83% from 255 or 48.84% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 111 (43.75% from 255 or 21.51% from 516); Max value from RGB is 252 - color contains mainly: red. Hex color #FC996F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC996F is #036690. Grayscale: #B2B2B2. Windows color (decimal): -222865 or 7313916. OLE color: 7313916.

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

Color convert

RGB 252 153 111 -
CMYK 0 0.39 0.56 0.01
HSL 17.87º 0.96% 0.71% -
HSV(B) 17.87º 0.56% 0.99% -
XYZ 54.41 44.63 20.79 -
YUV 177.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 252 153 111 0 0.39 0.56 0.01 17.87 0.96 0.71
Hex FC 99 6F 0 27 38 1 12 60 47
Octal 374 231 157 0 47 70 1 22 140 107
Binary 11111100 10011001 1101111 0 100111 111000 1 10010 1100000 1000111

Color Harmonies of #FC996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC996F

Black with #FC996F

Text Example


Text Example

White with #FC996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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