#FF8541

Color #FF8541 Coral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Coral #FF8541

Tints of Coral #FF8541

Color information

#FF8541 (or 0xFF8541) is unknown color: approx Coral. HEX triplet: FF, 85 and 41. RGB value is (255,133,65). Sum of RGB (Red+Green+Blue) = 255+133+65=453 (60% of max value = 765). Red value is 255 (100% from 255 or 56.29% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 65 (25.78% from 255 or 14.35% from 453); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8541 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8541 is #007ABE. Grayscale: #A2A2A2. Windows color (decimal): -31423 or 4294143. OLE color: 4294143.

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

Color convert

RGB25513365-
CMYK00.480.750
HSL21.47º100%62.75%-
HSV(B)21.47º74.51%100%-
XYZ50.5838.429.75-
YUV161.7373.42194.53-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.29%
GREEN value IS 133 (52.34% from 255) = 29.36%
BLUE value IS 65 (25.78% from 255) = 14.35%
R=56.29%
G=29.36%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551336500.480.75021.4710062.75
HexFF85410304B015643f
Octal37720510106011302514477
Binary11111111100001011000001011000010010110101011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8541; }

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

 H1.HeaderClassName
 {
   color: #FF8541;
 }
 .AnyTagClassName
 {
   color: #FF8541;
 }
</style>
background-color css

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

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

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

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

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

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