Html Css Color HEX #FE8541 Coral

📋 copy color: '#FE8541'

red 254 ◦ green 133 ◦ blue 65

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

Shades of Coral #FE8541

Tints of Coral #FE8541

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.42%

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

R = 56.19%
G = 29.42%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.00

RGB Variations

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

Color information

#FE8541 (or 0xFE8541) is known color: Coral. HEX triplet: FE, 85 and 41. RGB value is (254,133,65). Sum of RGB (Red+Green+Blue) = 254+133+65=452 (59% of max value = 765). Red value is 254 (99.61% from 255 or 56.19% from 452); Green value is 133 (52.34% from 255 or 29.42% from 452); Blue value is 65 (25.78% from 255 or 14.38% from 452); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE8541 is #017ABE. Grayscale: #A1A1A1. Windows color (decimal): -96959 or 4294142. OLE color: 4294142.

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

Color convert

RGB 254 133 65 -
CMYK 0 0.48 0.74 0.00
HSL 21.59º 0.99% 0.63% -
HSV(B) 21.59º 0.74% 1% -
XYZ 50.21 38.23 9.73 -
YUV 161.43 73.59 194.03 -
System Red Green Blue C M Y K H S L
Decimal 254 133 65 0 0.48 0.74 0.00 21.59 0.99 0.63
Hex FE 85 41 0 30 4A 0 16 63 3F
Octal 376 205 101 0 60 112 0 26 143 77
Binary 11111110 10000101 1000001 0 110000 1001010 0 10110 1100011 111111

Color Harmonies of #FE8541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8541

Black with #FE8541

Text Example


Text Example

White with #FE8541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8541; }

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

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

background-color css

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

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

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

border-color css

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

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

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