Html Css Color HEX #FC9162 Atomic Tangerine

📋 copy color: '#FC9162'

red 252 ◦ green 145 ◦ blue 98

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

Shades of Atomic Tangerine #FC9162

Tints of Atomic Tangerine #FC9162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.8%

R = 50.91%
G = 29.29%
B = 19.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC9162 (or 0xFC9162) is known color: Atomic Tangerine. HEX triplet: FC, 91 and 62. RGB value is (252,145,98). Sum of RGB (Red+Green+Blue) = 252+145+98=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 98 (38.67% from 255 or 19.80% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9162 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9162 is #036E9D. Grayscale: #ABABAB. Windows color (decimal): -224926 or 6459900. OLE color: 6459900.

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

Color convert

RGB 252 145 98 -
CMYK 0 0.42 0.61 0.01
HSL 18.31º 0.96% 0.69% -
HSV(B) 18.31º 0.61% 0.99% -
XYZ 52.47 41.83 16.86 -
YUV 171.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 252 145 98 0 0.42 0.61 0.01 18.31 0.96 0.69
Hex FC 91 62 0 2A 3D 1 12 60 45
Octal 374 221 142 0 52 75 1 22 140 105
Binary 11111100 10010001 1100010 0 101010 111101 1 10010 1100000 1000101

Color Harmonies of #FC9162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9162

Black with #FC9162

Text Example


Text Example

White with #FC9162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9162; }

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

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

background-color css

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

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

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

border-color css

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

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

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