Html Css Color HEX #FE7352 Coral

📋 copy color: '#FE7352'

red 254 ◦ green 115 ◦ blue 82

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

Shades of Coral #FE7352

Tints of Coral #FE7352

RGB

 RED value IS 254 (99.61% from 255) = 56.32%

 GREEN value IS 115 (45.31% from 255) = 25.5%

 BLUE value IS 82 (32.42% from 255) = 18.18%

R = 56.32%
G = 25.5%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#FE7352 (or 0xFE7352) is known color: Coral. HEX triplet: FE, 73 and 52. RGB value is (254,115,82). Sum of RGB (Red+Green+Blue) = 254+115+82=451 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.32% from 451); Green value is 115 (45.31% from 255 or 25.50% from 451); Blue value is 82 (32.42% from 255 or 18.18% from 451); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7352 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7352 is #018CAD. Grayscale: #999999. Windows color (decimal): -101550 or 5403646. OLE color: 5403646.

HSL color Cylindrical-coordinate representation of color #FE7352: hue angle of 11.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FE7352 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 115 82 -
CMYK 0 0.55 0.68 0.00
HSL 11.51º 0.99% 0.66% -
HSV(B) 11.51º 0.68% 1% -
XYZ 48.53 33.94 11.98 -
YUV 152.8 88.05 200.18 -
System Red Green Blue C M Y K H S L
Decimal 254 115 82 0 0.55 0.68 0.00 11.51 0.99 0.66
Hex FE 73 52 0 37 44 0 C 63 42
Octal 376 163 122 0 67 104 0 14 143 102
Binary 11111110 1110011 1010010 0 110111 1000100 0 1100 1100011 1000010

Color Harmonies of #FE7352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7352

Black with #FE7352

Text Example


Text Example

White with #FE7352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7352; }

 p { color: rgb(254,115,82); }

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

background-color css

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

 a { background-color: rgb(254,115,82); }

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

border-color css

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

 span { border-color: rgb(254,115,82); }

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