Html Css Color HEX #FC995D Atomic Tangerine

📋 copy color: '#FC995D'

red 252 ◦ green 153 ◦ blue 93

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

Shades of Atomic Tangerine #FC995D

Tints of Atomic Tangerine #FC995D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.67%

R = 50.6%
G = 30.72%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC995D (or 0xFC995D) is known color: Atomic Tangerine. HEX triplet: FC, 99 and 5D. RGB value is (252,153,93). Sum of RGB (Red+Green+Blue) = 252+153+93=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 153 (60.16% from 255 or 30.72% from 498); Blue value is 93 (36.72% from 255 or 18.67% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC995D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC995D is #0366A2. Grayscale: #B0B0B0. Windows color (decimal): -222883 or 6134268. OLE color: 6134268.

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

Color convert

RGB 252 153 93 -
CMYK 0 0.39 0.63 0.01
HSL 22.64º 0.96% 0.68% -
HSV(B) 22.64º 0.63% 0.99% -
XYZ 53.51 44.27 16.08 -
YUV 175.76 81.3 182.38 -
System Red Green Blue C M Y K H S L
Decimal 252 153 93 0 0.39 0.63 0.01 22.64 0.96 0.68
Hex FC 99 5D 0 27 3F 1 17 60 44
Octal 374 231 135 0 47 77 1 27 140 104
Binary 11111100 10011001 1011101 0 100111 111111 1 10111 1100000 1000100

Color Harmonies of #FC995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC995D

Black with #FC995D

Text Example


Text Example

White with #FC995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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