#FD6410

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

Shades of Safety Orange #FD6410

Tints of Safety Orange #FD6410

Color information

#FD6410 (or 0xFD6410) is unknown color: approx Safety Orange. HEX triplet: FD, 64 and 10. RGB value is (253,100,16). Sum of RGB (Red+Green+Blue) = 253+100+16=369 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.56% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 16 (6.64% from 255 or 4.34% from 369); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6410 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6410 is #029BEF. Grayscale: #888888. Windows color (decimal): -170992 or 1074429. OLE color: 1074429.

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

Color convert

RGB25310016-
CMYK00.600.940.01
HSL21.27º98.34%52.75%-
HSV(B)21.27º93.68%99.22%-
XYZ45.1630.033.91-
YUV136.1760.19211.33-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 68.56%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 16 (6.64% from 255) = 4.34%
R=68.56%
G=27.10%
B=4.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2531001600.600.940.0121.2798.3452.75
HexFD641003C5E1156235
Octal3751442007413612514265
Binary11111101110010010000011110010111101101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6410

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6410; }

 p { color: rgb(253,100,16); }

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

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

 a { background-color: rgb(253,100,16); }

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

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

 span { border-color: rgb(253,100,16); }

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