Html Css Color HEX #FE8046 Coral

📋 copy color: '#FE8046'

red 254 ◦ green 128 ◦ blue 70

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

Shades of Coral #FE8046

Tints of Coral #FE8046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.32%

 BLUE value IS 70 (27.73% from 255) = 15.49%

R = 56.19%
G = 28.32%
B = 15.49%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#FE8046 (or 0xFE8046) is known color: Coral. HEX triplet: FE, 80 and 46. RGB value is (254,128,70). Sum of RGB (Red+Green+Blue) = 254+128+70=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 128 (50.39% from 255 or 28.32% from 452); Blue value is 70 (27.73% from 255 or 15.49% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8046 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8046 is #017FB9. Grayscale: #9F9F9F. Windows color (decimal): -98234 or 4620542. OLE color: 4620542.

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

Color convert

RGB 254 128 70 -
CMYK 0 0.50 0.72 0.00
HSL 18.91º 0.99% 0.64% -
HSV(B) 18.91º 0.72% 1% -
XYZ 49.7 36.95 10.31 -
YUV 159.06 77.74 195.72 -
System Red Green Blue C M Y K H S L
Decimal 254 128 70 0 0.50 0.72 0.00 18.91 0.99 0.64
Hex FE 80 46 0 32 48 0 13 63 40
Octal 376 200 106 0 62 110 0 23 143 100
Binary 11111110 10000000 1000110 0 110010 1001000 0 10011 1100011 1000000

Color Harmonies of #FE8046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8046

Black with #FE8046

Text Example


Text Example

White with #FE8046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8046; }

 p { color: rgb(254,128,70); }

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

background-color css

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

 a { background-color: rgb(254,128,70); }

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

border-color css

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

 span { border-color: rgb(254,128,70); }

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