#FD6210

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

Shades of Safety Orange #FD6210

Tints of Safety Orange #FD6210

Color information

#FD6210 (or 0xFD6210) is unknown color: approx Safety Orange. HEX triplet: FD, 62 and 10. RGB value is (253,98,16). Sum of RGB (Red+Green+Blue) = 253+98+16=367 (48% of max value = 765). Red value is 253 (99.22% from 255 or 68.94% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 16 (6.64% from 255 or 4.36% from 367); Max value from RGB is 253 - color contains mainly: red. Hex color #FD6210 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FD6210 is #029DEF. Grayscale: #878787. Windows color (decimal): -171504 or 1073917. OLE color: 1073917.

HSL color Cylindrical-coordinate representation of color #FD6210: hue angle of 20.76º 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 #FD6210 is Cyan = 0, Magento = 0.61, Yellow = 0.94 and Black (K on CMYK) = 0.01.

Color convert

RGB2539816-
CMYK00.610.940.01
HSL20.76º98.34%52.75%-
HSV(B)20.76º93.68%99.22%-
XYZ44.9729.663.84-
YUV13560.85212.17-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 68.94%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 16 (6.64% from 255) = 4.36%
R=68.94%
G=26.70%
B=4.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal253981600.610.940.0120.7698.3452.75
HexFD621003D5E1156235
Octal3751422007513612514265
Binary11111101110001010000011110110111101101011100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD6210; }

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

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

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

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

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

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

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

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