Html Css Color HEX #FC956D Atomic Tangerine

📋 copy color: '#FC956D'

red 252 ◦ green 149 ◦ blue 109

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

Shades of Atomic Tangerine #FC956D

Tints of Atomic Tangerine #FC956D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 29.22%

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

R = 49.41%
G = 29.22%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FC956D (or 0xFC956D) is known color: Atomic Tangerine. HEX triplet: FC, 95 and 6D. RGB value is (252,149,109). Sum of RGB (Red+Green+Blue) = 252+149+109=510 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.41% from 510); Green value is 149 (58.59% from 255 or 29.22% from 510); Blue value is 109 (42.97% from 255 or 21.37% from 510); Max value from RGB is 252 - color contains mainly: red. Hex color #FC956D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC956D is #036A92. Grayscale: #AFAFAF. Windows color (decimal): -223891 or 7181820. OLE color: 7181820.

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

Color convert

RGB 252 149 109 -
CMYK 0 0.41 0.57 0.01
HSL 16.78º 0.96% 0.71% -
HSV(B) 16.78º 0.57% 0.99% -
XYZ 53.65 43.29 20 -
YUV 175.24 90.62 182.75 -
System Red Green Blue C M Y K H S L
Decimal 252 149 109 0 0.41 0.57 0.01 16.78 0.96 0.71
Hex FC 95 6D 0 29 39 1 11 60 47
Octal 374 225 155 0 51 71 1 21 140 107
Binary 11111100 10010101 1101101 0 101001 111001 1 10001 1100000 1000111

Color Harmonies of #FC956D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC956D

Black with #FC956D

Text Example


Text Example

White with #FC956D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC956D; }

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

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

background-color css

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

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

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

border-color css

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

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

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