Html Css Color HEX #FC8F64 Atomic Tangerine

📋 copy color: '#FC8F64'

red 252 ◦ green 143 ◦ blue 100

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

Shades of Atomic Tangerine #FC8F64

Tints of Atomic Tangerine #FC8F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.89%

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

R = 50.91%
G = 28.89%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#FC8F64 (or 0xFC8F64) is known color: Atomic Tangerine. HEX triplet: FC, 8F and 64. RGB value is (252,143,100). Sum of RGB (Red+Green+Blue) = 252+143+100=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 143 (56.25% from 255 or 28.89% from 495); Blue value is 100 (39.45% from 255 or 20.20% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8F64 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8F64 is #03709B. Grayscale: #AAAAAA. Windows color (decimal): -225436 or 6590460. OLE color: 6590460.

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

Color convert

RGB 252 143 100 -
CMYK 0 0.43 0.60 0.01
HSL 16.97º 0.96% 0.69% -
HSV(B) 16.97º 0.6% 0.99% -
XYZ 52.27 41.26 17.27 -
YUV 170.69 88.11 186 -
System Red Green Blue C M Y K H S L
Decimal 252 143 100 0 0.43 0.60 0.01 16.97 0.96 0.69
Hex FC 8F 64 0 2B 3C 1 11 60 45
Octal 374 217 144 0 53 74 1 21 140 105
Binary 11111100 10001111 1100100 0 101011 111100 1 10001 1100000 1000101

Color Harmonies of #FC8F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8F64

Black with #FC8F64

Text Example


Text Example

White with #FC8F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8F64; }

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

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

background-color css

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

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

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

border-color css

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

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

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