Html Css Color HEX #FE814C Coral

📋 copy color: '#FE814C'

red 254 ◦ green 129 ◦ blue 76

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

Shades of Coral #FE814C

Tints of Coral #FE814C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 16.56%

R = 55.34%
G = 28.1%
B = 16.56%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.00

RGB Variations

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

Color information

#FE814C (or 0xFE814C) is known color: Coral. HEX triplet: FE, 81 and 4C. RGB value is (254,129,76). Sum of RGB (Red+Green+Blue) = 254+129+76=459 (60% of max value = 765). Red value is 254 (99.61% from 255 or 55.34% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 254 - color contains mainly: red. Hex color #FE814C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE814C is #017EB3. Grayscale: #A0A0A0. Windows color (decimal): -97972 or 5014014. OLE color: 5014014.

HSL color Cylindrical-coordinate representation of color #FE814C: hue angle of 17.87º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #FE814C is Cyan = 0, Magento = 0.49, Yellow = 0.70 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 129 76 -
CMYK 0 0.49 0.70 0.00
HSL 17.87º 0.99% 0.65% -
HSV(B) 17.87º 0.7% 1% -
XYZ 50.03 37.29 11.4 -
YUV 160.33 80.41 194.81 -
System Red Green Blue C M Y K H S L
Decimal 254 129 76 0 0.49 0.70 0.00 17.87 0.99 0.65
Hex FE 81 4C 0 31 46 0 12 63 41
Octal 376 201 114 0 61 106 0 22 143 101
Binary 11111110 10000001 1001100 0 110001 1000110 0 10010 1100011 1000001

Color Harmonies of #FE814C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE814C

Black with #FE814C

Text Example


Text Example

White with #FE814C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE814C; }

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

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

background-color css

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

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

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

border-color css

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

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

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