Shades of Pumpkin #F27B23
Tints of Pumpkin #F27B23
RGB
CMYK
RGB Variations
Color information
#F27B23 (or 0xF27B23) is known color: Pumpkin. HEX triplet: F2, 7B and 23. RGB value is (242,123,35). Sum of RGB (Red+Green+Blue) = 242+123+35=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 123 (48.44% from 255 or 30.75% from 400); Blue value is 35 (14.06% from 255 or 8.75% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F27B23 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F27B23 is #0D84DC. Grayscale: #959595. Windows color (decimal): -885981 or 2325490. OLE color: 2325490.
HSL color Cylindrical-coordinate representation of color #F27B23: hue angle of 25.51º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F27B23 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 123 | 35 | - |
| CMYK | 0 | 0.49 | 0.86 | 0.05 |
| HSL | 25.51º | 0.89% | 0.54% | - |
| HSV(B) | 25.51º | 0.86% | 0.95% | - |
| XYZ | 44 | 33.16 | 5.67 | - |
| YUV | 148.55 | 63.92 | 194.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 123 | 35 | 0 | 0.49 | 0.86 | 0.05 | 25.51 | 0.89 | 0.54 |
| Hex | F2 | 7B | 23 | 0 | 31 | 56 | 5 | 1A | 59 | 36 |
| Octal | 362 | 173 | 43 | 0 | 61 | 126 | 5 | 32 | 131 | 66 |
| Binary | 11110010 | 1111011 | 100011 | 0 | 110001 | 1010110 | 101 | 11010 | 1011001 | 110110 |
Color Harmonies of #F27B23
Complementary color
Monochromatic Colors of #F27B23
Black with #F27B23
Text Example
Text Example
White with #F27B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F27B23; }
p { color: rgb(242,123,35); }
H1.HeaderClassName
{
color: #F27B23;
}
.AnyTagClassName
{
color: #F27B23;
}
</style>
background-color css
<style>
a { background-color: #F27B23; }
a { background-color: rgb(242,123,35); }
div.DivClassName
{
background-color: #F27B23;
}
.BgClassName
{
background-color: #F27B23;
}
</style>
border-color css
<style>
span { border-color: #F27B23; }
span { border-color: rgb(242,123,35); }
td.TdClassName
{
border-color: #F27B23;
}
.TagClassName
{
border-color: #F27B23;
}
</style>