Html Css Color HEX #FC8642 Coral

📋 copy color: '#FC8642'

red 252 ◦ green 134 ◦ blue 66

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

Shades of Coral #FC8642

Tints of Coral #FC8642

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.6%

R = 55.75%
G = 29.65%
B = 14.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC8642 (or 0xFC8642) is known color: Coral. HEX triplet: FC, 86 and 42. RGB value is (252,134,66). Sum of RGB (Red+Green+Blue) = 252+134+66=452 (59% of max value = 765). Red value is 252 (98.83% from 255 or 55.75% from 452); Green value is 134 (52.73% from 255 or 29.65% from 452); Blue value is 66 (26.17% from 255 or 14.60% from 452); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8642 is #0379BD. Grayscale: #A1A1A1. Windows color (decimal): -227774 or 4359932. OLE color: 4359932.

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

Color convert

RGB 252 134 66 -
CMYK 0 0.47 0.74 0.01
HSL 21.94º 0.97% 0.62% -
HSV(B) 21.94º 0.74% 0.99% -
XYZ 49.65 38.14 9.9 -
YUV 161.53 74.09 192.53 -
System Red Green Blue C M Y K H S L
Decimal 252 134 66 0 0.47 0.74 0.01 21.94 0.97 0.62
Hex FC 86 42 0 2F 4A 1 16 61 3E
Octal 374 206 102 0 57 112 1 26 141 76
Binary 11111100 10000110 1000010 0 101111 1001010 1 10110 1100001 111110

Color Harmonies of #FC8642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8642

Black with #FC8642

Text Example


Text Example

White with #FC8642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8642; }

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

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

background-color css

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

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

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

border-color css

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

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

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