Html Css Color HEX #FC8240 Coral

📋 copy color: '#FC8240'

red 252 ◦ green 130 ◦ blue 64

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

Shades of Coral #FC8240

Tints of Coral #FC8240

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.15%

 BLUE value IS 64 (25.39% from 255) = 14.35%

R = 56.5%
G = 29.15%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC8240 (or 0xFC8240) is known color: Coral. HEX triplet: FC, 82 and 40. RGB value is (252,130,64). Sum of RGB (Red+Green+Blue) = 252+130+64=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 130 (51.17% from 255 or 29.15% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8240 is #037DBF. Grayscale: #9F9F9F. Windows color (decimal): -228800 or 4227836. OLE color: 4227836.

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

Color convert

RGB 252 130 64 -
CMYK 0 0.48 0.75 0.01
HSL 21.06º 0.97% 0.62% -
HSV(B) 21.06º 0.75% 0.99% -
XYZ 49.05 37.03 9.41 -
YUV 158.95 74.42 194.37 -
System Red Green Blue C M Y K H S L
Decimal 252 130 64 0 0.48 0.75 0.01 21.06 0.97 0.62
Hex FC 82 40 0 30 4B 1 15 61 3E
Octal 374 202 100 0 60 113 1 25 141 76
Binary 11111100 10000010 1000000 0 110000 1001011 1 10101 1100001 111110

Color Harmonies of #FC8240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8240

Black with #FC8240

Text Example


Text Example

White with #FC8240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8240; }

 p { color: rgb(252,130,64); }

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

background-color css

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

 a { background-color: rgb(252,130,64); }

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

border-color css

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

 span { border-color: rgb(252,130,64); }

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