Html Css Color HEX #FC7A42 Coral

📋 copy color: '#FC7A42'

red 252 ◦ green 122 ◦ blue 66

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

Shades of Coral #FC7A42

Tints of Coral #FC7A42

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.73%

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

R = 57.27%
G = 27.73%
B = 15%

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

#FC7A42 (or 0xFC7A42) is known color: Coral. HEX triplet: FC, 7A and 42. RGB value is (252,122,66). Sum of RGB (Red+Green+Blue) = 252+122+66=440 (58% of max value = 765). Red value is 252 (98.83% from 255 or 57.27% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 66 (26.17% from 255 or 15% from 440); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7A42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FC7A42 is #0385BD. Grayscale: #9A9A9A. Windows color (decimal): -230846 or 4356860. OLE color: 4356860.

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

Color convert

RGB 252 122 66 -
CMYK 0 0.52 0.74 0.01
HSL 18.06º 0.97% 0.62% -
HSV(B) 18.06º 0.74% 0.99% -
XYZ 48.09 35.01 9.38 -
YUV 154.49 78.07 197.55 -
System Red Green Blue C M Y K H S L
Decimal 252 122 66 0 0.52 0.74 0.01 18.06 0.97 0.62
Hex FC 7A 42 0 34 4A 1 12 61 3E
Octal 374 172 102 0 64 112 1 22 141 76
Binary 11111100 1111010 1000010 0 110100 1001010 1 10010 1100001 111110

Color Harmonies of #FC7A42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7A42

Black with #FC7A42

Text Example


Text Example

White with #FC7A42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7A42; }

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

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

background-color css

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

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

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

border-color css

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

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

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