Shades of Safety Orange #F2690C
Tints of Safety Orange #F2690C
RGB
CMYK
RGB Variations
Color information
#F2690C (or 0xF2690C) is known color: Safety Orange. HEX triplet: F2, 69 and 0C. RGB value is (242,105,12). Sum of RGB (Red+Green+Blue) = 242+105+12=359 (47% of max value = 765). Red value is 242 (94.92% from 255 or 67.41% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 12 (5.08% from 255 or 3.34% from 359); Max value from RGB is 242 - color contains mainly: red. Hex color #F2690C is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F2690C is #0D96F3. Grayscale: #878787. Windows color (decimal): -890612 or 813554. OLE color: 813554.
HSL color Cylindrical-coordinate representation of color #F2690C: hue angle of 24.26º 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 #F2690C is Cyan = 0, Magento = 0.57, Yellow = 0.95 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 12 | - |
| CMYK | 0 | 0.57 | 0.95 | 0.05 |
| HSL | 24.26º | 0.91% | 0.5% | - |
| HSV(B) | 24.26º | 0.95% | 0.95% | - |
| XYZ | 41.74 | 29.01 | 3.75 | - |
| YUV | 135.36 | 58.39 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 12 | 0 | 0.57 | 0.95 | 0.05 | 24.26 | 0.91 | 0.5 |
| Hex | F2 | 69 | C | 0 | 39 | 5F | 5 | 18 | 5B | 32 |
| Octal | 362 | 151 | 14 | 0 | 71 | 137 | 5 | 30 | 133 | 62 |
| Binary | 11110010 | 1101001 | 1100 | 0 | 111001 | 1011111 | 101 | 11000 | 1011011 | 110010 |
Color Harmonies of #F2690C
Complementary color
Monochromatic Colors of #F2690C
Black with #F2690C
Text Example
Text Example
White with #F2690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2690C; }
p { color: rgb(242,105,12); }
H1.HeaderClassName
{
color: #F2690C;
}
.AnyTagClassName
{
color: #F2690C;
}
</style>
background-color css
<style>
a { background-color: #F2690C; }
a { background-color: rgb(242,105,12); }
div.DivClassName
{
background-color: #F2690C;
}
.BgClassName
{
background-color: #F2690C;
}
</style>
border-color css
<style>
span { border-color: #F2690C; }
span { border-color: rgb(242,105,12); }
td.TdClassName
{
border-color: #F2690C;
}
.TagClassName
{
border-color: #F2690C;
}
</style>