#FC680F

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

Shades of Safety Orange #FC680F

Tints of Safety Orange #FC680F

Color information

#FC680F (or 0xFC680F) is unknown color: approx Safety Orange. HEX triplet: FC, 68 and 0F. RGB value is (252,104,15). Sum of RGB (Red+Green+Blue) = 252+104+15=371 (49% of max value = 765). Red value is 252 (98.83% from 255 or 67.92% from 371); Green value is 104 (41.02% from 255 or 28.03% from 371); Blue value is 15 (6.25% from 255 or 4.04% from 371); Max value from RGB is 252 - color contains mainly: red. Hex color #FC680F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC680F is #0397F0. Grayscale: #8A8A8A. Windows color (decimal): -235505 or 1009916. OLE color: 1009916.

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

Color convert

RGB25210415-
CMYK00.590.940.01
HSL22.53º97.53%52.35%-
HSV(B)22.53º94.05%98.82%-
XYZ45.1830.633.98-
YUV138.1158.53209.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 67.92%
GREEN value IS 104 (41.02% from 255) = 28.03%
BLUE value IS 15 (6.25% from 255) = 4.04%
R=67.92%
G=28.03%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.94
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2521041500.590.940.0122.5397.5352.35
HexFC68F03B5E1176234
Octal3741501707313612714264
Binary1111110011010001111011101110111101101111100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC680F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC680F; }

 p { color: rgb(252,104,15); }

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

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

 a { background-color: rgb(252,104,15); }

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

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

 span { border-color: rgb(252,104,15); }

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