Html Css Color HEX #FE814F Coral

📋 copy color: '#FE814F'

red 254 ◦ green 129 ◦ blue 79

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

Shades of Coral #FE814F

Tints of Coral #FE814F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 54.98%
G = 27.92%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#FE814F (or 0xFE814F) is known color: Coral. HEX triplet: FE, 81 and 4F. RGB value is (254,129,79). Sum of RGB (Red+Green+Blue) = 254+129+79=462 (61% of max value = 765). Red value is 254 (99.61% from 255 or 54.98% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 79 (31.25% from 255 or 17.10% from 462); Max value from RGB is 254 - color contains mainly: red. Hex color #FE814F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE814F is #017EB0. Grayscale: #A1A1A1. Windows color (decimal): -97969 or 5210622. OLE color: 5210622.

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

Color convert

RGB 254 129 79 -
CMYK 0 0.49 0.69 0.00
HSL 17.14º 0.99% 0.65% -
HSV(B) 17.14º 0.69% 1% -
XYZ 50.13 37.34 11.96 -
YUV 160.68 81.91 194.57 -
System Red Green Blue C M Y K H S L
Decimal 254 129 79 0 0.49 0.69 0.00 17.14 0.99 0.65
Hex FE 81 4F 0 31 45 0 11 63 41
Octal 376 201 117 0 61 105 0 21 143 101
Binary 11111110 10000001 1001111 0 110001 1000101 0 10001 1100011 1000001

Color Harmonies of #FE814F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE814F

Black with #FE814F

Text Example


Text Example

White with #FE814F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE814F; }

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

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

background-color css

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

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

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

border-color css

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

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

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