Shades of Coral #FD825B
Tints of Coral #FD825B
RGB
CMYK
RGB Variations
Color information
#FD825B (or 0xFD825B) is known color: Coral. HEX triplet: FD, 82 and 5B. RGB value is (253,130,91). Sum of RGB (Red+Green+Blue) = 253+130+91=474 (62% of max value = 765). Red value is 253 (99.22% from 255 or 53.38% from 474); Green value is 130 (51.17% from 255 or 27.43% from 474); Blue value is 91 (35.94% from 255 or 19.20% from 474); Max value from RGB is 253 - color contains mainly: red. Hex color #FD825B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD825B is #027DA4. Grayscale: #A2A2A2. Windows color (decimal): -163237 or 5997309. OLE color: 5997309.
HSL color Cylindrical-coordinate representation of color #FD825B: hue angle of 14.44º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #FD825B is Cyan = 0, Magento = 0.49, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 130 | 91 | - |
| CMYK | 0 | 0.49 | 0.64 | 0.01 |
| HSL | 14.44º | 0.98% | 0.67% | - |
| HSV(B) | 14.44º | 0.64% | 0.99% | - |
| XYZ | 50.38 | 37.6 | 14.5 | - |
| YUV | 162.33 | 87.75 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 130 | 91 | 0 | 0.49 | 0.64 | 0.01 | 14.44 | 0.98 | 0.67 |
| Hex | FD | 82 | 5B | 0 | 31 | 40 | 1 | E | 62 | 43 |
| Octal | 375 | 202 | 133 | 0 | 61 | 100 | 1 | 16 | 142 | 103 |
| Binary | 11111101 | 10000010 | 1011011 | 0 | 110001 | 1000000 | 1 | 1110 | 1100010 | 1000011 |
Color Harmonies of #FD825B
Complementary color
Monochromatic Colors of #FD825B
Black with #FD825B
Text Example
Text Example
White with #FD825B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD825B; }
p { color: rgb(253,130,91); }
H1.HeaderClassName
{
color: #FD825B;
}
.AnyTagClassName
{
color: #FD825B;
}
</style>
background-color css
<style>
a { background-color: #FD825B; }
a { background-color: rgb(253,130,91); }
div.DivClassName
{
background-color: #FD825B;
}
.BgClassName
{
background-color: #FD825B;
}
</style>
border-color css
<style>
span { border-color: #FD825B; }
span { border-color: rgb(253,130,91); }
td.TdClassName
{
border-color: #FD825B;
}
.TagClassName
{
border-color: #FD825B;
}
</style>