#FA940C

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

Shades of Dark Orange #FA940C

Tints of Dark Orange #FA940C

Color information

#FA940C (or 0xFA940C) is unknown color: approx Dark Orange. HEX triplet: FA, 94 and 0C. RGB value is (250,148,12). Sum of RGB (Red+Green+Blue) = 250+148+12=410 (54% of max value = 765). Red value is 250 (98.05% from 255 or 60.98% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 12 (5.08% from 255 or 2.93% from 410); Max value from RGB is 250 - color contains mainly: red. Hex color #FA940C is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FA940C is #056BF3. Grayscale: #A3A3A3. Windows color (decimal): -355316 or 824570. OLE color: 824570.

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

Color convert

RGB25014812-
CMYK00.410.950.02
HSL34.29º95.97%51.37%-
HSV(B)34.29º95.2%98.04%-
XYZ50.0841.535.72-
YUV162.9942.79190.06-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 60.98%
GREEN value IS 148 (58.20% from 255) = 36.10%
BLUE value IS 12 (5.08% from 255) = 2.93%
R=60.98%
G=36.10%
B=2.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.95
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2501481200.410.950.0234.2995.9751.37
HexFA94C0295F2226033
Octal3722241405113724214063
Binary1111101010010100110001010011011111101000101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FA940C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FA940C; }

 p { color: rgb(250,148,12); }

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

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

 a { background-color: rgb(250,148,12); }

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

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

 span { border-color: rgb(250,148,12); }

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