Html Css Color HEX #FC8462 Coral

📋 copy color: '#FC8462'

red 252 ◦ green 132 ◦ blue 98

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

Shades of Coral #FC8462

Tints of Coral #FC8462

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.39%

 BLUE value IS 98 (38.67% from 255) = 20.33%

R = 52.28%
G = 27.39%
B = 20.33%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.61

 K value IS 0.01

RGB Variations

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

Color information

#FC8462 (or 0xFC8462) is known color: Coral. HEX triplet: FC, 84 and 62. RGB value is (252,132,98). Sum of RGB (Red+Green+Blue) = 252+132+98=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 132 (51.95% from 255 or 27.39% from 482); Blue value is 98 (38.67% from 255 or 20.33% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8462 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8462 is #037B9D. Grayscale: #A4A4A4. Windows color (decimal): -228254 or 6456572. OLE color: 6456572.

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

Color convert

RGB 252 132 98 -
CMYK 0 0.48 0.61 0.01
HSL 13.25º 0.96% 0.69% -
HSV(B) 13.25º 0.61% 0.99% -
XYZ 50.6 38.08 16.24 -
YUV 164 90.76 190.76 -
System Red Green Blue C M Y K H S L
Decimal 252 132 98 0 0.48 0.61 0.01 13.25 0.96 0.69
Hex FC 84 62 0 30 3D 1 D 60 45
Octal 374 204 142 0 60 75 1 15 140 105
Binary 11111100 10000100 1100010 0 110000 111101 1 1101 1100000 1000101

Color Harmonies of #FC8462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8462

Black with #FC8462

Text Example


Text Example

White with #FC8462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8462; }

 p { color: rgb(252,132,98); }

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

background-color css

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

 a { background-color: rgb(252,132,98); }

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

border-color css

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

 span { border-color: rgb(252,132,98); }

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