#fa630f

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

Shades of Safety Orange #FA630F

Tints of Safety Orange #FA630F

Color information

#FA630F (or 0xFA630F) is unknown color: approx Safety Orange. HEX triplet: FA, 63 and 0F. RGB value is (250,99,15). Sum of RGB (Red+Green+Blue) = 250+99+15=364 (48% of max value = 765). Red value is 250 (98.05% from 255 or 68.68% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 15 (6.25% from 255 or 4.12% from 364); Max value from RGB is 250 - color contains mainly: red. Hex color #FA630F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FA630F is #059CF0. Grayscale: #878787. Windows color (decimal): -367857 or 1008634. OLE color: 1008634.

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

Color convert

RGB2509915-
CMYK00.600.940.02
HSL21.45º95.92%51.96%-
HSV(B)21.45º94%98.04%-
XYZ43.9729.283.79-
YUV134.5760.53210.33-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 68.68%
GREEN value IS 99 (39.06% from 255) = 27.20%
BLUE value IS 15 (6.25% from 255) = 4.12%
R=68.68%
G=27.20%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal250991500.600.940.0221.4595.9251.96
HexFA63F03C5E2156034
Octal3721431707413622514064
Binary11111010110001111110111100101111010101011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fa630f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fa630f; }

 p { color: rgb(250,99,15); }

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

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

 a { background-color: rgb(250,99,15); }

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

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

 span { border-color: rgb(250,99,15); }

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