Html Css Color HEX #FC9465 Atomic Tangerine

📋 copy color: '#FC9465'

red 252 ◦ green 148 ◦ blue 101

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

Shades of Atomic Tangerine #FC9465

Tints of Atomic Tangerine #FC9465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.54%

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

R = 50.3%
G = 29.54%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC9465 (or 0xFC9465) is known color: Atomic Tangerine. HEX triplet: FC, 94 and 65. RGB value is (252,148,101). Sum of RGB (Red+Green+Blue) = 252+148+101=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 148 (58.20% from 255 or 29.54% from 501); Blue value is 101 (39.84% from 255 or 20.16% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9465 is #036B9A. Grayscale: #AEAEAE. Windows color (decimal): -224155 or 6657276. OLE color: 6657276.

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

Color convert

RGB 252 148 101 -
CMYK 0 0.41 0.60 0.01
HSL 18.68º 0.96% 0.69% -
HSV(B) 18.68º 0.6% 0.99% -
XYZ 53.08 42.81 17.78 -
YUV 173.74 86.96 183.82 -
System Red Green Blue C M Y K H S L
Decimal 252 148 101 0 0.41 0.60 0.01 18.68 0.96 0.69
Hex FC 94 65 0 29 3C 1 13 60 45
Octal 374 224 145 0 51 74 1 23 140 105
Binary 11111100 10010100 1100101 0 101001 111100 1 10011 1100000 1000101

Color Harmonies of #FC9465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9465

Black with #FC9465

Text Example


Text Example

White with #FC9465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9465; }

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

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

background-color css

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

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

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

border-color css

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

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

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