Html Css Color HEX #FC9164 Atomic Tangerine

📋 copy color: '#FC9164'

red 252 ◦ green 145 ◦ blue 100

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

Shades of Atomic Tangerine #FC9164

Tints of Atomic Tangerine #FC9164

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.18%

 BLUE value IS 100 (39.45% from 255) = 20.12%

R = 50.7%
G = 29.18%
B = 20.12%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC9164 (or 0xFC9164) is known color: Atomic Tangerine. HEX triplet: FC, 91 and 64. RGB value is (252,145,100). Sum of RGB (Red+Green+Blue) = 252+145+100=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 100 (39.45% from 255 or 20.12% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9164 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9164 is #036E9B. Grayscale: #ACACAC. Windows color (decimal): -224924 or 6590972. OLE color: 6590972.

HSL color Cylindrical-coordinate representation of color #FC9164: hue angle of 17.76º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC9164 is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 145 100 -
CMYK 0 0.42 0.60 0.01
HSL 17.76º 0.96% 0.69% -
HSV(B) 17.76º 0.6% 0.99% -
XYZ 52.57 41.87 17.37 -
YUV 171.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 252 145 100 0 0.42 0.60 0.01 17.76 0.96 0.69
Hex FC 91 64 0 2A 3C 1 12 60 45
Octal 374 221 144 0 52 74 1 22 140 105
Binary 11111100 10010001 1100100 0 101010 111100 1 10010 1100000 1000101

Color Harmonies of #FC9164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9164

Black with #FC9164

Text Example


Text Example

White with #FC9164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9164; }

 p { color: rgb(252,145,100); }

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

background-color css

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

 a { background-color: rgb(252,145,100); }

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

border-color css

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

 span { border-color: rgb(252,145,100); }

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