Html Css Color HEX #FC8042 Coral

📋 copy color: '#FC8042'

red 252 ◦ green 128 ◦ blue 66

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

Shades of Coral #FC8042

Tints of Coral #FC8042

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 56.5%
G = 28.7%
B = 14.8%

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

#FC8042 (or 0xFC8042) is known color: Coral. HEX triplet: FC, 80 and 42. RGB value is (252,128,66). Sum of RGB (Red+Green+Blue) = 252+128+66=446 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.50% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 66 (26.17% from 255 or 14.80% from 446); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8042 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC8042 is #037FBD. Grayscale: #9E9E9E. Windows color (decimal): -229310 or 4358396. OLE color: 4358396.

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

Color convert

RGB 252 128 66 -
CMYK 0 0.49 0.74 0.01
HSL 20º 0.97% 0.62% -
HSV(B) 20º 0.74% 0.99% -
XYZ 48.85 36.53 9.63 -
YUV 158.01 76.08 195.04 -
System Red Green Blue C M Y K H S L
Decimal 252 128 66 0 0.49 0.74 0.01 20 0.97 0.62
Hex FC 80 42 0 31 4A 1 14 61 3E
Octal 374 200 102 0 61 112 1 24 141 76
Binary 11111100 10000000 1000010 0 110001 1001010 1 10100 1100001 111110

Color Harmonies of #FC8042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8042

Black with #FC8042

Text Example


Text Example

White with #FC8042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8042; }

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

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

background-color css

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

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

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

border-color css

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

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

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