#F96D00

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

Shades of Safety Orange #F96D00

Tints of Safety Orange #F96D00

Color information

#F96D00 (or 0xF96D00) is unknown color: approx Safety Orange. HEX triplet: F9, 6D and 00. RGB value is (249,109,0). Sum of RGB (Red+Green+Blue) = 249+109+0=358 (47% of max value = 765). Red value is 249 (97.66% from 255 or 69.55% from 358); Green value is 109 (42.97% from 255 or 30.45% from 358); Blue value is 0 (0.39% from 255 or 0% from 358); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D00 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F96D00 is #0692FF. Grayscale: #8B8B8B. Windows color (decimal): -430848 or 28153. OLE color: 28153.

HSL color Cylindrical-coordinate representation of color #F96D00: hue angle of 26.27º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F96D00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.02.

Color convert

RGB2491090-
CMYK00.5610.02
HSL26.27º100%48.82%-
HSV(B)26.27º100%97.65%-
XYZ44.5431.083.65-
YUV138.4349.88206.86-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 69.55%
GREEN value IS 109 (42.97% from 255) = 30.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=69.55%
G=30.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 1
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249109000.5610.0226.2710048.82
HexF96D00386421a6431
Octal371155007014423214461
Binary11111001110110100111000110010010110101100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F96D00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F96D00; }

 p { color: rgb(249,109,0); }

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

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

 a { background-color: rgb(249,109,0); }

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

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

 span { border-color: rgb(249,109,0); }

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