Html Css Color HEX #FE7B50 Coral

📋 copy color: '#FE7B50'

red 254 ◦ green 123 ◦ blue 80

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

Shades of Coral #FE7B50

Tints of Coral #FE7B50

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.91%

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

R = 55.58%
G = 26.91%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE7B50 (or 0xFE7B50) is known color: Coral. HEX triplet: FE, 7B and 50. RGB value is (254,123,80). Sum of RGB (Red+Green+Blue) = 254+123+80=457 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.58% from 457); Green value is 123 (48.44% from 255 or 26.91% from 457); Blue value is 80 (31.64% from 255 or 17.51% from 457); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7B50 is #0184AF. Grayscale: #9D9D9D. Windows color (decimal): -99504 or 5274622. OLE color: 5274622.

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

Color convert

RGB 254 123 80 -
CMYK 0 0.52 0.69 0.00
HSL 14.83º 0.99% 0.65% -
HSV(B) 14.83º 0.69% 1% -
XYZ 49.4 35.82 11.9 -
YUV 157.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 254 123 80 0 0.52 0.69 0.00 14.83 0.99 0.65
Hex FE 7B 50 0 34 45 0 F 63 41
Octal 376 173 120 0 64 105 0 17 143 101
Binary 11111110 1111011 1010000 0 110100 1000101 0 1111 1100011 1000001

Color Harmonies of #FE7B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B50

Black with #FE7B50

Text Example


Text Example

White with #FE7B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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