#FD6107

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

Shades of Safety Orange #FD6107

Tints of Safety Orange #FD6107

Color information

#FD6107 (or 0xFD6107) is unknown color: approx Safety Orange. HEX triplet: FD, 61 and 07. RGB value is (253,97,7). Sum of RGB (Red+Green+Blue) = 253+97+7=357 (47% of max value = 765). Red value is 253 (99.22% from 255 or 70.87% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 7 (3.12% from 255 or 1.96% from 357); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6107 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6107 is #029EF8. Grayscale: #858585. Windows color (decimal): -171769 or 483837. OLE color: 483837.

HSL color Cylindrical-coordinate representation of color #FD6107: hue angle of 21.95º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FD6107 is Cyan = 0, Magento = 0.62, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB253977-
CMYK00.620.970.01
HSL21.95º98.4%50.98%-
HSV(B)21.95º97.23%99.22%-
XYZ44.8229.453.52-
YUV133.3856.68213.32-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 70.87%
GREEN value IS 97 (38.28% from 255) = 27.17%
BLUE value IS 7 (3.12% from 255) = 1.96%
R=70.87%
G=27.17%
B=1.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25397700.620.970.0121.9598.450.98
HexFD61703E611166233
Octal375141707614112614263
Binary111111011100001111011111011000011101101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6107; }

 p { color: rgb(253,97,7); }

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

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

 a { background-color: rgb(253,97,7); }

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

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

 span { border-color: rgb(253,97,7); }

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