#FF920D

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

Shades of Dark Orange #FF920D

Tints of Dark Orange #FF920D

Color information

#FF920D (or 0xFF920D) is unknown color: approx Dark Orange. HEX triplet: FF, 92 and 0D. RGB value is (255,146,13). Sum of RGB (Red+Green+Blue) = 255+146+13=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 146 (57.42% from 255 or 35.27% from 414); Blue value is 13 (5.47% from 255 or 3.14% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF920D is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FF920D is #006DF2. Grayscale: #A4A4A4. Windows color (decimal): -28147 or 889599. OLE color: 889599.

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

Color convert

RGB25514613-
CMYK00.430.950
HSL32.98º100%52.55%-
HSV(B)32.98º94.9%100%-
XYZ51.5941.855.74-
YUV163.4343.11193.31-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.59%
GREEN value IS 146 (57.42% from 255) = 35.27%
BLUE value IS 13 (5.47% from 255) = 3.14%
R=61.59%
G=35.27%
B=3.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.95
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551461300.430.95032.9810052.55
HexFF92D02B5F0216435
Octal3772221505313704114465
Binary111111111001001011010101011101111101000011100100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF920D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF920D; }

 p { color: rgb(255,146,13); }

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

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

 a { background-color: rgb(255,146,13); }

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

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

 span { border-color: rgb(255,146,13); }

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