#F65625

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

Shades of Outrageous Orange #F65625

Tints of Outrageous Orange #F65625

Color information

#F65625 (or 0xF65625) is unknown color: approx Outrageous Orange. HEX triplet: F6, 56 and 25. RGB value is (246,86,37). Sum of RGB (Red+Green+Blue) = 246+86+37=369 (48% of max value = 765). Red value is 246 (96.48% from 255 or 66.67% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 37 (14.84% from 255 or 10.03% from 369); Max value from RGB is 246 - color contains mainly: red. Hex color #F65625 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65625 is #09A9DA. Grayscale: #808080. Windows color (decimal): -633307 or 2447094. OLE color: 2447094.

HSL color Cylindrical-coordinate representation of color #F65625: hue angle of 14.07º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F65625 is Cyan = 0, Magento = 0.65, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB2468637-
CMYK00.650.850.04
HSL14.07º92.07%55.49%-
HSV(B)14.07º84.96%96.47%-
XYZ41.6726.384.65-
YUV128.2576.51211.98-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.67%
GREEN value IS 86 (33.98% from 255) = 23.31%
BLUE value IS 37 (14.84% from 255) = 10.03%
R=66.67%
G=23.31%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.85
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246863700.650.850.0414.0792.0755.49
HexF65625041554e5c37
Octal36612645010112541613467
Binary11110110101011010010101000001101010110011101011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65625; }

 p { color: rgb(246,86,37); }

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

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

 a { background-color: rgb(246,86,37); }

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

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

 span { border-color: rgb(246,86,37); }

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