#FF825A

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

Shades of Coral #FF825A

Tints of Coral #FF825A

Color information

#FF825A (or 0xFF825A) is unknown color: approx Coral. HEX triplet: FF, 82 and 5A. RGB value is (255,130,90). Sum of RGB (Red+Green+Blue) = 255+130+90=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 90 (35.55% from 255 or 18.95% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF825A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF825A is #007DA5. Grayscale: #A3A3A3. Windows color (decimal): -32166 or 5931775. OLE color: 5931775.

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

Color convert

RGB25513090-
CMYK00.490.650
HSL14.55º100%67.65%-
HSV(B)14.55º64.71%100%-
XYZ51.0737.9614.31-
YUV162.8286.91193.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 53.68%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 90 (35.55% from 255) = 18.95%
R=53.68%
G=27.37%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.65
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551309000.490.65014.5510067.65
HexFF825A031410f6444
Octal377202132061101017144104
Binary11111111100000101011010011000110000010111111001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF825A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF825A; }

 p { color: rgb(255,130,90); }

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

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

 a { background-color: rgb(255,130,90); }

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

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

 span { border-color: rgb(255,130,90); }

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