Html Css Color HEX #FE7250 Coral

📋 copy color: '#FE7250'

red 254 ◦ green 114 ◦ blue 80

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

Shades of Coral #FE7250

Tints of Coral #FE7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.45%

 BLUE value IS 80 (31.64% from 255) = 17.86%

R = 56.7%
G = 25.45%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE7250 (or 0xFE7250) is known color: Coral. HEX triplet: FE, 72 and 50. RGB value is (254,114,80). Sum of RGB (Red+Green+Blue) = 254+114+80=448 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.70% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7250 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7250 is #018DAF. Grayscale: #989898. Windows color (decimal): -101808 or 5272318. OLE color: 5272318.

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

Color convert

RGB 254 114 80 -
CMYK 0 0.55 0.69 0.00
HSL 11.72º 0.99% 0.65% -
HSV(B) 11.72º 0.69% 1% -
XYZ 48.34 33.68 11.54 -
YUV 151.98 87.38 200.76 -
System Red Green Blue C M Y K H S L
Decimal 254 114 80 0 0.55 0.69 0.00 11.72 0.99 0.65
Hex FE 72 50 0 37 45 0 C 63 41
Octal 376 162 120 0 67 105 0 14 143 101
Binary 11111110 1110010 1010000 0 110111 1000101 0 1100 1100011 1000001

Color Harmonies of #FE7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7250

Black with #FE7250

Text Example


Text Example

White with #FE7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7250; }

 p { color: rgb(254,114,80); }

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

background-color css

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

 a { background-color: rgb(254,114,80); }

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

border-color css

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

 span { border-color: rgb(254,114,80); }

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