Html Css Color HEX #FE8041 Coral

📋 copy color: '#FE8041'

red 254 ◦ green 128 ◦ blue 65

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

Shades of Coral #FE8041

Tints of Coral #FE8041

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.54%

R = 56.82%
G = 28.64%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE8041 (or 0xFE8041) is known color: Coral. HEX triplet: FE, 80 and 41. RGB value is (254,128,65). Sum of RGB (Red+Green+Blue) = 254+128+65=447 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.82% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8041 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8041 is #017FBE. Grayscale: #9E9E9E. Windows color (decimal): -98239 or 4292862. OLE color: 4292862.

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

Color convert

RGB 254 128 65 -
CMYK 0 0.50 0.74 0.00
HSL 20º 0.99% 0.63% -
HSV(B) 20º 0.74% 1% -
XYZ 49.55 36.89 9.51 -
YUV 158.49 75.24 196.12 -
System Red Green Blue C M Y K H S L
Decimal 254 128 65 0 0.50 0.74 0.00 20 0.99 0.63
Hex FE 80 41 0 32 4A 0 14 63 3F
Octal 376 200 101 0 62 112 0 24 143 77
Binary 11111110 10000000 1000001 0 110010 1001010 0 10100 1100011 111111

Color Harmonies of #FE8041

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8041

Black with #FE8041

Text Example


Text Example

White with #FE8041

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8041; }

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

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

background-color css

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

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

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

border-color css

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

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

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