#FF9314

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

Shades of Dark Orange #FF9314

Tints of Dark Orange #FF9314

Color information

#FF9314 (or 0xFF9314) is unknown color: approx Dark Orange. HEX triplet: FF, 93 and 14. RGB value is (255,147,20). Sum of RGB (Red+Green+Blue) = 255+147+20=422 (55% of max value = 765). Red value is 255 (100% from 255 or 60.43% from 422); Green value is 147 (57.81% from 255 or 34.83% from 422); Blue value is 20 (8.20% from 255 or 4.74% from 422); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF9314 is #006CEB. Grayscale: #A5A5A5. Windows color (decimal): -27884 or 1348607. OLE color: 1348607.

HSL color Cylindrical-coordinate representation of color #FF9314: hue angle of 32.43º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF9314 is Cyan = 0, Magento = 0.42, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB25514720-
CMYK00.420.920
HSL32.43º100%53.92%-
HSV(B)32.43º92.16%100%-
XYZ51.842.186.07-
YUV164.8146.28192.33-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 60.43%
GREEN value IS 147 (57.81% from 255) = 34.83%
BLUE value IS 20 (8.20% from 255) = 4.74%
R=60.43%
G=34.83%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.92
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551472000.420.92032.4310053.92
HexFF931402A5C0206436
Octal3772232405213404014466
Binary1111111110010011101000101010101110001000001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9314; }

 p { color: rgb(255,147,20); }

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

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

 a { background-color: rgb(255,147,20); }

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

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

 span { border-color: rgb(255,147,20); }

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