Html Css Color HEX #FE7850 Coral

📋 copy color: '#FE7850'

red 254 ◦ green 120 ◦ blue 80

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

Shades of Coral #FE7850

Tints of Coral #FE7850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.43%

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

R = 55.95%
G = 26.43%
B = 17.62%

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

#FE7850 (or 0xFE7850) is known color: Coral. HEX triplet: FE, 78 and 50. RGB value is (254,120,80). Sum of RGB (Red+Green+Blue) = 254+120+80=454 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.95% from 454); Green value is 120 (47.27% from 255 or 26.43% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7850 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE7850 is #0187AF. Grayscale: #9B9B9B. Windows color (decimal): -100272 or 5273854. OLE color: 5273854.

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

Color convert

RGB 254 120 80 -
CMYK 0 0.53 0.69 0.00
HSL 13.79º 0.99% 0.65% -
HSV(B) 13.79º 0.69% 1% -
XYZ 49.04 35.08 11.78 -
YUV 155.51 85.39 198.25 -
System Red Green Blue C M Y K H S L
Decimal 254 120 80 0 0.53 0.69 0.00 13.79 0.99 0.65
Hex FE 78 50 0 35 45 0 E 63 41
Octal 376 170 120 0 65 105 0 16 143 101
Binary 11111110 1111000 1010000 0 110101 1000101 0 1110 1100011 1000001

Color Harmonies of #FE7850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7850

Black with #FE7850

Text Example


Text Example

White with #FE7850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7850; }

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

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

background-color css

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

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

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

border-color css

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

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

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