Html Css Color HEX #FC8254 Coral

📋 copy color: '#FC8254'

red 252 ◦ green 130 ◦ blue 84

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

Shades of Coral #FC8254

Tints of Coral #FC8254

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.03%

R = 54.08%
G = 27.9%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#FC8254 (or 0xFC8254) is known color: Coral. HEX triplet: FC, 82 and 54. RGB value is (252,130,84). Sum of RGB (Red+Green+Blue) = 252+130+84=466 (61% of max value = 765). Red value is 252 (98.83% from 255 or 54.08% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 84 (33.20% from 255 or 18.03% from 466); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8254 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8254 is #037DAB. Grayscale: #A1A1A1. Windows color (decimal): -228780 or 5538556. OLE color: 5538556.

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

Color convert

RGB 252 130 84 -
CMYK 0 0.48 0.67 0.01
HSL 16.43º 0.97% 0.66% -
HSV(B) 16.43º 0.67% 0.99% -
XYZ 49.73 37.3 12.97 -
YUV 161.23 84.42 192.74 -
System Red Green Blue C M Y K H S L
Decimal 252 130 84 0 0.48 0.67 0.01 16.43 0.97 0.66
Hex FC 82 54 0 30 43 1 10 61 42
Octal 374 202 124 0 60 103 1 20 141 102
Binary 11111100 10000010 1010100 0 110000 1000011 1 10000 1100001 1000010

Color Harmonies of #FC8254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8254

Black with #FC8254

Text Example


Text Example

White with #FC8254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8254; }

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

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

background-color css

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

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

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

border-color css

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

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

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