#FF764B

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

Shades of Coral #FF764B

Tints of Coral #FF764B

Color information

#FF764B (or 0xFF764B) is unknown color: approx Coral. HEX triplet: FF, 76 and 4B. RGB value is (255,118,75). Sum of RGB (Red+Green+Blue) = 255+118+75=448 (59% of max value = 765). Red value is 255 (100% from 255 or 56.92% from 448); Green value is 118 (46.48% from 255 or 26.34% from 448); Blue value is 75 (29.69% from 255 or 16.74% from 448); Max value from RGB is 255 - color contains mainly: red. Hex color #FF764B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF764B is #0089B4. Grayscale: #9A9A9A. Windows color (decimal): -35253 or 4945663. OLE color: 4945663.

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

Color convert

RGB25511875-
CMYK00.540.710
HSL14.33º100%64.71%-
HSV(B)14.33º70.59%100%-
XYZ48.9934.7210.78-
YUV154.0683.39200-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 56.92%
GREEN value IS 118 (46.48% from 255) = 26.34%
BLUE value IS 75 (29.69% from 255) = 16.74%
R=56.92%
G=26.34%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551187500.540.71014.3310064.71
HexFF764B036470e6441
Octal377166113066107016144101
Binary1111111111101101001011011011010001110111011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF764B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF764B; }

 p { color: rgb(255,118,75); }

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

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

 a { background-color: rgb(255,118,75); }

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

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

 span { border-color: rgb(255,118,75); }

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