Shades of Persimmon #F3530B
Tints of Persimmon #F3530B
RGB
CMYK
RGB Variations
Color information
#F3530B (or 0xF3530B) is known color: Persimmon. HEX triplet: F3, 53 and 0B. RGB value is (243,83,11). Sum of RGB (Red+Green+Blue) = 243+83+11=337 (44% of max value = 765). Red value is 243 (95.31% from 255 or 72.11% from 337); Green value is 83 (32.81% from 255 or 24.63% from 337); Blue value is 11 (4.69% from 255 or 3.26% from 337); Max value from RGB is 243 - color contains mainly: red. Hex color #F3530B is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F3530B is #0CACF4. Grayscale: #7B7B7B. Windows color (decimal): -830709 or 742387. OLE color: 742387.
HSL color Cylindrical-coordinate representation of color #F3530B: hue angle of 18.62º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F3530B is Cyan = 0, Magento = 0.66, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 83 | 11 | - |
| CMYK | 0 | 0.66 | 0.95 | 0.05 |
| HSL | 18.62º | 0.91% | 0.5% | - |
| HSV(B) | 18.62º | 0.95% | 0.95% | - |
| XYZ | 40.12 | 25.27 | 3.08 | - |
| YUV | 122.63 | 65.01 | 213.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 83 | 11 | 0 | 0.66 | 0.95 | 0.05 | 18.62 | 0.91 | 0.5 |
| Hex | F3 | 53 | B | 0 | 42 | 5F | 5 | 13 | 5B | 32 |
| Octal | 363 | 123 | 13 | 0 | 102 | 137 | 5 | 23 | 133 | 62 |
| Binary | 11110011 | 1010011 | 1011 | 0 | 1000010 | 1011111 | 101 | 10011 | 1011011 | 110010 |
Color Harmonies of #F3530B
Complementary color
Monochromatic Colors of #F3530B
Black with #F3530B
Text Example
Text Example
White with #F3530B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3530B; }
p { color: rgb(243,83,11); }
H1.HeaderClassName
{
color: #F3530B;
}
.AnyTagClassName
{
color: #F3530B;
}
</style>
background-color css
<style>
a { background-color: #F3530B; }
a { background-color: rgb(243,83,11); }
div.DivClassName
{
background-color: #F3530B;
}
.BgClassName
{
background-color: #F3530B;
}
</style>
border-color css
<style>
span { border-color: #F3530B; }
span { border-color: rgb(243,83,11); }
td.TdClassName
{
border-color: #F3530B;
}
.TagClassName
{
border-color: #F3530B;
}
</style>