Html Css Color HEX #FE7750 Coral

📋 copy color: '#FE7750'

red 254 ◦ green 119 ◦ blue 80

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

Shades of Coral #FE7750

Tints of Coral #FE7750

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.27%

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

R = 56.07%
G = 26.27%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE7750 (or 0xFE7750) is known color: Coral. HEX triplet: FE, 77 and 50. RGB value is (254,119,80). Sum of RGB (Red+Green+Blue) = 254+119+80=453 (60% of max value = 765). Red value is 254 (99.61% from 255 or 56.07% from 453); Green value is 119 (46.88% from 255 or 26.27% from 453); Blue value is 80 (31.64% from 255 or 17.66% from 453); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7750 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7750 is #0188AF. Grayscale: #9B9B9B. Windows color (decimal): -100528 or 5273598. OLE color: 5273598.

HSL color Cylindrical-coordinate representation of color #FE7750: hue angle of 13.45º 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 #FE7750 is Cyan = 0, Magento = 0.53, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 119 80 -
CMYK 0 0.53 0.69 0.00
HSL 13.45º 0.99% 0.65% -
HSV(B) 13.45º 0.69% 1% -
XYZ 48.92 34.84 11.74 -
YUV 154.92 85.73 198.67 -
System Red Green Blue C M Y K H S L
Decimal 254 119 80 0 0.53 0.69 0.00 13.45 0.99 0.65
Hex FE 77 50 0 35 45 0 D 63 41
Octal 376 167 120 0 65 105 0 15 143 101
Binary 11111110 1110111 1010000 0 110101 1000101 0 1101 1100011 1000001

Color Harmonies of #FE7750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7750

Black with #FE7750

Text Example


Text Example

White with #FE7750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7750; }

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

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

background-color css

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

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

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

border-color css

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

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

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