#F7650D

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

Shades of Safety Orange #F7650D

Tints of Safety Orange #F7650D

Color information

#F7650D (or 0xF7650D) is unknown color: approx Safety Orange. HEX triplet: F7, 65 and 0D. RGB value is (247,101,13). Sum of RGB (Red+Green+Blue) = 247+101+13=361 (47% of max value = 765). Red value is 247 (96.88% from 255 or 68.42% from 361); Green value is 101 (39.84% from 255 or 27.98% from 361); Blue value is 13 (5.47% from 255 or 3.60% from 361); Max value from RGB is 247 - color contains mainly: red. Hex color #F7650D is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F7650D is #089AF2. Grayscale: #878787. Windows color (decimal): -563955 or 878071. OLE color: 878071.

HSL color Cylindrical-coordinate representation of color #F7650D: hue angle of 22.56º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F7650D is Cyan = 0, Magento = 0.59, Yellow = 0.95 and Black (K on CMYK) = 0.03.

Color convert

RGB24710113-
CMYK00.590.950.03
HSL22.56º93.6%50.98%-
HSV(B)22.56º94.74%96.86%-
XYZ43.0829.113.73-
YUV134.6259.37208.16-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 68.42%
GREEN value IS 101 (39.84% from 255) = 27.98%
BLUE value IS 13 (5.47% from 255) = 3.60%
R=68.42%
G=27.98%
B=3.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.95
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2471011300.590.950.0322.5693.650.98
HexF765D03B5F3175e33
Octal3671451507313732713663
Binary11110111110010111010111011101111111101111011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7650D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7650D; }

 p { color: rgb(247,101,13); }

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

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

 a { background-color: rgb(247,101,13); }

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

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

 span { border-color: rgb(247,101,13); }

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