Html Css Color HEX #FC7F3F Coral

📋 copy color: '#FC7F3F'

red 252 ◦ green 127 ◦ blue 63

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

Shades of Coral #FC7F3F

Tints of Coral #FC7F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 28.73%

 BLUE value IS 63 (25% from 255) = 14.25%

R = 57.01%
G = 28.73%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.01

RGB Variations

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

Color information

#FC7F3F (or 0xFC7F3F) is known color: Coral. HEX triplet: FC, 7F and 3F. RGB value is (252,127,63). Sum of RGB (Red+Green+Blue) = 252+127+63=442 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.01% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F3F is #0380C0. Grayscale: #9D9D9D. Windows color (decimal): -229569 or 4161532. OLE color: 4161532.

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

Color convert

RGB 252 127 63 -
CMYK 0 0.50 0.75 0.01
HSL 20.32º 0.97% 0.62% -
HSV(B) 20.32º 0.75% 0.99% -
XYZ 48.63 36.23 9.13 -
YUV 157.08 74.91 195.7 -
System Red Green Blue C M Y K H S L
Decimal 252 127 63 0 0.50 0.75 0.01 20.32 0.97 0.62
Hex FC 7F 3F 0 32 4B 1 14 61 3E
Octal 374 177 77 0 62 113 1 24 141 76
Binary 11111100 1111111 111111 0 110010 1001011 1 10100 1100001 111110

Color Harmonies of #FC7F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F3F

Black with #FC7F3F

Text Example


Text Example

White with #FC7F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F3F; }

 p { color: rgb(252,127,63); }

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

background-color css

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

 a { background-color: rgb(252,127,63); }

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

border-color css

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

 span { border-color: rgb(252,127,63); }

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