Html Css Color HEX #FC7842 Coral

📋 copy color: '#FC7842'

red 252 ◦ green 120 ◦ blue 66

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

Shades of Coral #FC7842

Tints of Coral #FC7842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.4%

 BLUE value IS 66 (26.17% from 255) = 15.07%

R = 57.53%
G = 27.4%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#FC7842 (or 0xFC7842) is known color: Coral. HEX triplet: FC, 78 and 42. RGB value is (252,120,66). Sum of RGB (Red+Green+Blue) = 252+120+66=438 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.53% from 438); Green value is 120 (47.27% from 255 or 27.40% from 438); Blue value is 66 (26.17% from 255 or 15.07% from 438); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7842 is #0387BD. Grayscale: #999999. Windows color (decimal): -231358 or 4356348. OLE color: 4356348.

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

Color convert

RGB 252 120 66 -
CMYK 0 0.52 0.74 0.01
HSL 17.42º 0.97% 0.62% -
HSV(B) 17.42º 0.74% 0.99% -
XYZ 47.84 34.52 9.3 -
YUV 153.31 78.73 198.39 -
System Red Green Blue C M Y K H S L
Decimal 252 120 66 0 0.52 0.74 0.01 17.42 0.97 0.62
Hex FC 78 42 0 34 4A 1 11 61 3E
Octal 374 170 102 0 64 112 1 21 141 76
Binary 11111100 1111000 1000010 0 110100 1001010 1 10001 1100001 111110

Color Harmonies of #FC7842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7842

Black with #FC7842

Text Example


Text Example

White with #FC7842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7842; }

 p { color: rgb(252,120,66); }

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

background-color css

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

 a { background-color: rgb(252,120,66); }

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

border-color css

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

 span { border-color: rgb(252,120,66); }

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