Html Css Color HEX #FC803E Coral

📋 copy color: '#FC803E'

red 252 ◦ green 128 ◦ blue 62

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

Shades of Coral #FC803E

Tints of Coral #FC803E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.03%

R = 57.01%
G = 28.96%
B = 14.03%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC803E (or 0xFC803E) is known color: Coral. HEX triplet: FC, 80 and 3E. RGB value is (252,128,62). Sum of RGB (Red+Green+Blue) = 252+128+62=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 62 (24.61% from 255 or 14.03% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC803E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FC803E is #037FC1. Grayscale: #9D9D9D. Windows color (decimal): -229314 or 4096252. OLE color: 4096252.

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

Color convert

RGB 252 128 62 -
CMYK 0 0.49 0.75 0.01
HSL 20.84º 0.97% 0.62% -
HSV(B) 20.84º 0.75% 0.99% -
XYZ 48.73 36.48 9.03 -
YUV 157.55 74.08 195.37 -
System Red Green Blue C M Y K H S L
Decimal 252 128 62 0 0.49 0.75 0.01 20.84 0.97 0.62
Hex FC 80 3E 0 31 4B 1 15 61 3E
Octal 374 200 76 0 61 113 1 25 141 76
Binary 11111100 10000000 111110 0 110001 1001011 1 10101 1100001 111110

Color Harmonies of #FC803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC803E

Black with #FC803E

Text Example


Text Example

White with #FC803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC803E; }

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

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

background-color css

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

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

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

border-color css

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

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

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