#FD8252

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

Shades of Coral #FD8252

Tints of Coral #FD8252

Color information

#FD8252 (or 0xFD8252) is unknown color: approx Coral. HEX triplet: FD, 82 and 52. RGB value is (253,130,82). Sum of RGB (Red+Green+Blue) = 253+130+82=465 (61% of max value = 765). Red value is 253 (99.22% from 255 or 54.41% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8252 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8252 is #027DAD. Grayscale: #A1A1A1. Windows color (decimal): -163246 or 5407485. OLE color: 5407485.

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

Color convert

RGB25313082-
CMYK00.490.680.01
HSL16.84º97.71%65.69%-
HSV(B)16.84º67.59%99.22%-
XYZ50.0137.4612.58-
YUV161.383.25193.4-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 54.41%
GREEN value IS 130 (51.17% from 255) = 27.96%
BLUE value IS 82 (32.42% from 255) = 17.63%
R=54.41%
G=27.96%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531308200.490.680.0116.8497.7165.69
HexFD8252031441116242
Octal375202122061104121142102
Binary111111011000001010100100110001100010011000111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8252; }

 p { color: rgb(253,130,82); }

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

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

 a { background-color: rgb(253,130,82); }

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

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

 span { border-color: rgb(253,130,82); }

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