Html Css Color HEX #FE803F Coral

📋 copy color: '#FE803F'

red 254 ◦ green 128 ◦ blue 63

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

Shades of Coral #FE803F

Tints of Coral #FE803F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 14.16%

R = 57.08%
G = 28.76%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#FE803F (or 0xFE803F) is known color: Coral. HEX triplet: FE, 80 and 3F. RGB value is (254,128,63). Sum of RGB (Red+Green+Blue) = 254+128+63=445 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.08% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 254 - color contains mainly: red. Hex color #FE803F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE803F is #017FC0. Grayscale: #9E9E9E. Windows color (decimal): -98241 or 4161790. OLE color: 4161790.

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

Color convert

RGB 254 128 63 -
CMYK 0 0.50 0.75 0.00
HSL 20.42º 0.99% 0.62% -
HSV(B) 20.42º 0.75% 1% -
XYZ 49.49 36.87 9.21 -
YUV 158.26 74.24 196.29 -
System Red Green Blue C M Y K H S L
Decimal 254 128 63 0 0.50 0.75 0.00 20.42 0.99 0.62
Hex FE 80 3F 0 32 4B 0 14 63 3E
Octal 376 200 77 0 62 113 0 24 143 76
Binary 11111110 10000000 111111 0 110010 1001011 0 10100 1100011 111110

Color Harmonies of #FE803F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE803F

Black with #FE803F

Text Example


Text Example

White with #FE803F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE803F; }

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

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

background-color css

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

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

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

border-color css

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

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

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