Html Css Color HEX #FC7F45 Coral

📋 copy color: '#FC7F45'

red 252 ◦ green 127 ◦ blue 69

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

Shades of Coral #FC7F45

Tints of Coral #FC7F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.4%

R = 56.25%
G = 28.35%
B = 15.4%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#FC7F45 (or 0xFC7F45) is known color: Coral. HEX triplet: FC, 7F and 45. RGB value is (252,127,69). Sum of RGB (Red+Green+Blue) = 252+127+69=448 (59% of max value = 765). Red value is 252 (98.83% from 255 or 56.25% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7F45 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7F45 is #0380BA. Grayscale: #9E9E9E. Windows color (decimal): -229563 or 4554748. OLE color: 4554748.

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

Color convert

RGB 252 127 69 -
CMYK 0 0.50 0.73 0.01
HSL 19.02º 0.97% 0.63% -
HSV(B) 19.02º 0.73% 0.99% -
XYZ 48.81 36.3 10.07 -
YUV 157.76 77.91 195.22 -
System Red Green Blue C M Y K H S L
Decimal 252 127 69 0 0.50 0.73 0.01 19.02 0.97 0.63
Hex FC 7F 45 0 32 49 1 13 61 3F
Octal 374 177 105 0 62 111 1 23 141 77
Binary 11111100 1111111 1000101 0 110010 1001001 1 10011 1100001 111111

Color Harmonies of #FC7F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7F45

Black with #FC7F45

Text Example


Text Example

White with #FC7F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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