#FC670F

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

Shades of Safety Orange #FC670F

Tints of Safety Orange #FC670F

Color information

#FC670F (or 0xFC670F) is unknown color: approx Safety Orange. HEX triplet: FC, 67 and 0F. RGB value is (252,103,15). Sum of RGB (Red+Green+Blue) = 252+103+15=370 (49% of max value = 765). Red value is 252 (98.83% from 255 or 68.11% from 370); Green value is 103 (40.62% from 255 or 27.84% from 370); Blue value is 15 (6.25% from 255 or 4.05% from 370); Max value from RGB is 252 - color contains mainly: red. Hex color #FC670F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FC670F is #0398F0. Grayscale: #8A8A8A. Windows color (decimal): -235761 or 1009660. OLE color: 1009660.

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

Color convert

RGB25210315-
CMYK00.590.940.01
HSL22.28º97.53%52.35%-
HSV(B)22.28º94.05%98.82%-
XYZ45.0830.433.95-
YUV137.5258.86209.66-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 68.11%
GREEN value IS 103 (40.62% from 255) = 27.84%
BLUE value IS 15 (6.25% from 255) = 4.05%
R=68.11%
G=27.84%
B=4.05%

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
Decimal2521031500.590.940.0122.2897.5352.35
HexFC67F03B5E1166234
Octal3741471707313612614264
Binary1111110011001111111011101110111101101101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC670F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC670F; }

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

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

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

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

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

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

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

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