Html Css Color HEX #FC9D5D Atomic Tangerine

📋 copy color: '#FC9D5D'

red 252 ◦ green 157 ◦ blue 93

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

Shades of Atomic Tangerine #FC9D5D

Tints of Atomic Tangerine #FC9D5D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 31.27%

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

R = 50.2%
G = 31.27%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#FC9D5D (or 0xFC9D5D) is known color: Atomic Tangerine. HEX triplet: FC, 9D and 5D. RGB value is (252,157,93). Sum of RGB (Red+Green+Blue) = 252+157+93=502 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.20% from 502); Green value is 157 (61.72% from 255 or 31.27% from 502); Blue value is 93 (36.72% from 255 or 18.53% from 502); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9D5D is #0362A2. Grayscale: #B2B2B2. Windows color (decimal): -221859 or 6135292. OLE color: 6135292.

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

Color convert

RGB 252 157 93 -
CMYK 0 0.38 0.63 0.01
HSL 24.15º 0.96% 0.68% -
HSV(B) 24.15º 0.63% 0.99% -
XYZ 54.18 45.6 16.3 -
YUV 178.11 79.97 180.7 -
System Red Green Blue C M Y K H S L
Decimal 252 157 93 0 0.38 0.63 0.01 24.15 0.96 0.68
Hex FC 9D 5D 0 26 3F 1 18 60 44
Octal 374 235 135 0 46 77 1 30 140 104
Binary 11111100 10011101 1011101 0 100110 111111 1 11000 1100000 1000100

Color Harmonies of #FC9D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D5D

Black with #FC9D5D

Text Example


Text Example

White with #FC9D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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