Html Css Color HEX #FC9165 Atomic Tangerine

📋 copy color: '#FC9165'

red 252 ◦ green 145 ◦ blue 101

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

Shades of Atomic Tangerine #FC9165

Tints of Atomic Tangerine #FC9165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 20.28%

R = 50.6%
G = 29.12%
B = 20.28%

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

#FC9165 (or 0xFC9165) is known color: Atomic Tangerine. HEX triplet: FC, 91 and 65. RGB value is (252,145,101). Sum of RGB (Red+Green+Blue) = 252+145+101=498 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.60% from 498); Green value is 145 (57.03% from 255 or 29.12% from 498); Blue value is 101 (39.84% from 255 or 20.28% from 498); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9165 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9165 is #036E9A. Grayscale: #ACACAC. Windows color (decimal): -224923 or 6656508. OLE color: 6656508.

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

Color convert

RGB 252 145 101 -
CMYK 0 0.42 0.60 0.01
HSL 17.48º 0.96% 0.69% -
HSV(B) 17.48º 0.6% 0.99% -
XYZ 52.62 41.89 17.62 -
YUV 171.98 87.95 185.08 -
System Red Green Blue C M Y K H S L
Decimal 252 145 101 0 0.42 0.60 0.01 17.48 0.96 0.69
Hex FC 91 65 0 2A 3C 1 11 60 45
Octal 374 221 145 0 52 74 1 21 140 105
Binary 11111100 10010001 1100101 0 101010 111100 1 10001 1100000 1000101

Color Harmonies of #FC9165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9165

Black with #FC9165

Text Example


Text Example

White with #FC9165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9165; }

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

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

background-color css

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

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

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

border-color css

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

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

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