Html Css Color HEX #FC8242 Coral

📋 copy color: '#FC8242'

red 252 ◦ green 130 ◦ blue 66

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

Shades of Coral #FC8242

Tints of Coral #FC8242

RGB

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

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

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

R = 56.25%
G = 29.02%
B = 14.73%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC8242 (or 0xFC8242) is known color: Coral. HEX triplet: FC, 82 and 42. RGB value is (252,130,66). Sum of RGB (Red+Green+Blue) = 252+130+66=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 66 (26.17% from 255 or 14.73% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8242 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8242 is #037DBD. Grayscale: #9F9F9F. Windows color (decimal): -228798 or 4358908. OLE color: 4358908.

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

Color convert

RGB 252 130 66 -
CMYK 0 0.48 0.74 0.01
HSL 20.65º 0.97% 0.62% -
HSV(B) 20.65º 0.74% 0.99% -
XYZ 49.11 37.05 9.72 -
YUV 159.18 75.42 194.2 -
System Red Green Blue C M Y K H S L
Decimal 252 130 66 0 0.48 0.74 0.01 20.65 0.97 0.62
Hex FC 82 42 0 30 4A 1 15 61 3E
Octal 374 202 102 0 60 112 1 25 141 76
Binary 11111100 10000010 1000010 0 110000 1001010 1 10101 1100001 111110

Color Harmonies of #FC8242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8242

Black with #FC8242

Text Example


Text Example

White with #FC8242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8242; }

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

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

background-color css

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

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

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

border-color css

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

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

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