Html Css Color HEX #FC956E Atomic Tangerine

📋 copy color: '#FC956E'

red 252 ◦ green 149 ◦ blue 110

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

Shades of Atomic Tangerine #FC956E

Tints of Atomic Tangerine #FC956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.53%

R = 49.32%
G = 29.16%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FC956E (or 0xFC956E) is known color: Atomic Tangerine. HEX triplet: FC, 95 and 6E. RGB value is (252,149,110). Sum of RGB (Red+Green+Blue) = 252+149+110=511 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.32% from 511); Green value is 149 (58.59% from 255 or 29.16% from 511); Blue value is 110 (43.36% from 255 or 21.53% from 511); Max value from RGB is 252 - color contains mainly: red. Hex color #FC956E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC956E is #036A91. Grayscale: #AFAFAF. Windows color (decimal): -223890 or 7247356. OLE color: 7247356.

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

Color convert

RGB 252 149 110 -
CMYK 0 0.41 0.56 0.01
HSL 16.48º 0.96% 0.71% -
HSV(B) 16.48º 0.56% 0.99% -
XYZ 53.71 43.32 20.28 -
YUV 175.35 91.12 182.67 -
System Red Green Blue C M Y K H S L
Decimal 252 149 110 0 0.41 0.56 0.01 16.48 0.96 0.71
Hex FC 95 6E 0 29 38 1 10 60 47
Octal 374 225 156 0 51 70 1 20 140 107
Binary 11111100 10010101 1101110 0 101001 111000 1 10000 1100000 1000111

Color Harmonies of #FC956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC956E

Black with #FC956E

Text Example


Text Example

White with #FC956E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC956E; }

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

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

background-color css

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

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

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

border-color css

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

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

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