Html Css Color HEX #FC8141 Coral

📋 copy color: '#FC8141'

red 252 ◦ green 129 ◦ blue 65

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

Shades of Coral #FC8141

Tints of Coral #FC8141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.92%

 BLUE value IS 65 (25.78% from 255) = 14.57%

R = 56.5%
G = 28.92%
B = 14.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC8141 (or 0xFC8141) is known color: Coral. HEX triplet: FC, 81 and 41. RGB value is (252,129,65). Sum of RGB (Red+Green+Blue) = 252+129+65=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 129 (50.78% from 255 or 28.92% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8141 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8141 is #037EBE. Grayscale: #9E9E9E. Windows color (decimal): -229055 or 4293116. OLE color: 4293116.

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

Color convert

RGB 252 129 65 -
CMYK 0 0.49 0.74 0.01
HSL 20.53º 0.97% 0.62% -
HSV(B) 20.53º 0.74% 0.99% -
XYZ 48.95 36.78 9.52 -
YUV 158.48 75.25 194.7 -
System Red Green Blue C M Y K H S L
Decimal 252 129 65 0 0.49 0.74 0.01 20.53 0.97 0.62
Hex FC 81 41 0 31 4A 1 15 61 3E
Octal 374 201 101 0 61 112 1 25 141 76
Binary 11111100 10000001 1000001 0 110001 1001010 1 10101 1100001 111110

Color Harmonies of #FC8141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8141

Black with #FC8141

Text Example


Text Example

White with #FC8141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8141; }

 p { color: rgb(252,129,65); }

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

background-color css

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

 a { background-color: rgb(252,129,65); }

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

border-color css

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

 span { border-color: rgb(252,129,65); }

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