Html Css Color HEX #FC864B Coral

📋 copy color: '#FC864B'

red 252 ◦ green 134 ◦ blue 75

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

Shades of Coral #FC864B

Tints of Coral #FC864B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.07%

 BLUE value IS 75 (29.69% from 255) = 16.27%

R = 54.66%
G = 29.07%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#FC864B (or 0xFC864B) is known color: Coral. HEX triplet: FC, 86 and 4B. RGB value is (252,134,75). Sum of RGB (Red+Green+Blue) = 252+134+75=461 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.66% from 461); Green value is 134 (52.73% from 255 or 29.07% from 461); Blue value is 75 (29.69% from 255 or 16.27% from 461); Max value from RGB is 252 - color contains mainly: red. Hex color #FC864B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC864B is #0379B4. Grayscale: #A2A2A2. Windows color (decimal): -227765 or 4949756. OLE color: 4949756.

HSL color Cylindrical-coordinate representation of color #FC864B: hue angle of 20º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FC864B is Cyan = 0, Magento = 0.47, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 134 75 -
CMYK 0 0.47 0.70 0.01
HSL 20º 0.97% 0.64% -
HSV(B) 20º 0.7% 0.99% -
XYZ 49.94 38.25 11.41 -
YUV 162.56 78.59 191.8 -
System Red Green Blue C M Y K H S L
Decimal 252 134 75 0 0.47 0.70 0.01 20 0.97 0.64
Hex FC 86 4B 0 2F 46 1 14 61 40
Octal 374 206 113 0 57 106 1 24 141 100
Binary 11111100 10000110 1001011 0 101111 1000110 1 10100 1100001 1000000

Color Harmonies of #FC864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC864B

Black with #FC864B

Text Example


Text Example

White with #FC864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC864B; }

 p { color: rgb(252,134,75); }

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

background-color css

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

 a { background-color: rgb(252,134,75); }

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

border-color css

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

 span { border-color: rgb(252,134,75); }

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