Html Css Color HEX #FE804F Coral

📋 copy color: '#FE804F'

red 254 ◦ green 128 ◦ blue 79

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

Shades of Coral #FE804F

Tints of Coral #FE804F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.14%

R = 55.1%
G = 27.77%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE804F (or 0xFE804F) is known color: Coral. HEX triplet: FE, 80 and 4F. RGB value is (254,128,79). Sum of RGB (Red+Green+Blue) = 254+128+79=461 (61% of max value = 765). Red value is 254 (99.61% from 255 or 55.10% from 461); Green value is 128 (50.39% from 255 or 27.77% from 461); Blue value is 79 (31.25% from 255 or 17.14% from 461); Max value from RGB is 254 - color contains mainly: red. Hex color #FE804F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE804F is #017FB0. Grayscale: #A0A0A0. Windows color (decimal): -98225 or 5210366. OLE color: 5210366.

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

Color convert

RGB 254 128 79 -
CMYK 0 0.50 0.69 0.00
HSL 16.8º 0.99% 0.65% -
HSV(B) 16.8º 0.69% 1% -
XYZ 50 37.07 11.92 -
YUV 160.09 82.24 194.98 -
System Red Green Blue C M Y K H S L
Decimal 254 128 79 0 0.50 0.69 0.00 16.8 0.99 0.65
Hex FE 80 4F 0 32 45 0 11 63 41
Octal 376 200 117 0 62 105 0 21 143 101
Binary 11111110 10000000 1001111 0 110010 1000101 0 10001 1100011 1000001

Color Harmonies of #FE804F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE804F

Black with #FE804F

Text Example


Text Example

White with #FE804F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE804F; }

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

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

background-color css

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

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

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

border-color css

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

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

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