Html Css Color HEX #FC9D64 Atomic Tangerine

📋 copy color: '#FC9D64'

red 252 ◦ green 157 ◦ blue 100

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

Shades of Atomic Tangerine #FC9D64

Tints of Atomic Tangerine #FC9D64

RGB

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

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

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

R = 49.51%
G = 30.84%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC9D64 (or 0xFC9D64) is known color: Atomic Tangerine. HEX triplet: FC, 9D and 64. RGB value is (252,157,100). Sum of RGB (Red+Green+Blue) = 252+157+100=509 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.51% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 100 (39.45% from 255 or 19.65% from 509); Max value from RGB is 252 - color contains mainly: red. Hex color #FC9D64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC9D64 is #03629B. Grayscale: #B3B3B3. Windows color (decimal): -221852 or 6594044. OLE color: 6594044.

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

Color convert

RGB 252 157 100 -
CMYK 0 0.38 0.60 0.01
HSL 22.5º 0.96% 0.69% -
HSV(B) 22.5º 0.6% 0.99% -
XYZ 54.5 45.73 18.01 -
YUV 178.91 83.47 180.13 -
System Red Green Blue C M Y K H S L
Decimal 252 157 100 0 0.38 0.60 0.01 22.5 0.96 0.69
Hex FC 9D 64 0 26 3C 1 16 60 45
Octal 374 235 144 0 46 74 1 26 140 105
Binary 11111100 10011101 1100100 0 100110 111100 1 10110 1100000 1000101

Color Harmonies of #FC9D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC9D64

Black with #FC9D64

Text Example


Text Example

White with #FC9D64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC9D64; }

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

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

background-color css

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

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

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

border-color css

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

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

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