#FF8942

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

Shades of Coral #FF8942

Tints of Coral #FF8942

Color information

#FF8942 (or 0xFF8942) is unknown color: approx Coral. HEX triplet: FF, 89 and 42. RGB value is (255,137,66). Sum of RGB (Red+Green+Blue) = 255+137+66=458 (60% of max value = 765). Red value is 255 (100% from 255 or 55.68% from 458); Green value is 137 (53.91% from 255 or 29.91% from 458); Blue value is 66 (26.17% from 255 or 14.41% from 458); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF8942 is #0076BD. Grayscale: #A4A4A4. Windows color (decimal): -30398 or 4360703. OLE color: 4360703.

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

Color convert

RGB25513766-
CMYK00.460.740
HSL22.54º100%62.94%-
HSV(B)22.54º74.12%100%-
XYZ51.1739.5410.09-
YUV164.1972.59192.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 55.68%
GREEN value IS 137 (53.91% from 255) = 29.91%
BLUE value IS 66 (26.17% from 255) = 14.41%
R=55.68%
G=29.91%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.74
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551376600.460.74022.5410062.94
HexFF894202E4A017643f
Octal37721110205611202714477
Binary11111111100010011000010010111010010100101111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8942; }

 p { color: rgb(255,137,66); }

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

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

 a { background-color: rgb(255,137,66); }

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

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

 span { border-color: rgb(255,137,66); }

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