#F65F3E

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

Shades of Outrageous Orange #F65F3E

Tints of Outrageous Orange #F65F3E

Color information

#F65F3E (or 0xF65F3E) is unknown color: approx Outrageous Orange. HEX triplet: F6, 5F and 3E. RGB value is (246,95,62). Sum of RGB (Red+Green+Blue) = 246+95+62=403 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.04% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 62 (24.61% from 255 or 15.38% from 403); Max value from RGB is 246 - color contains mainly: red. Hex color #F65F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65F3E is #09A0C1. Grayscale: #888888. Windows color (decimal): -630978 or 4087798. OLE color: 4087798.

HSL color Cylindrical-coordinate representation of color #F65F3E: hue angle of 10.76º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F65F3E is Cyan = 0, Magento = 0.61, Yellow = 0.75 and Black (K on CMYK) = 0.04.

Color convert

RGB2469562-
CMYK00.610.750.04
HSL10.76º91.09%60.39%-
HSV(B)10.76º74.8%96.47%-
XYZ42.9728.137.72-
YUV136.3986.03206.18-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.04%
GREEN value IS 95 (37.5% from 255) = 23.57%
BLUE value IS 62 (24.61% from 255) = 15.38%
R=61.04%
G=23.57%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246956200.610.750.0410.7691.0960.39
HexF65F3E03D4B4b5b3c
Octal3661377607511341313374
Binary1111011010111111111100111101100101110010111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65F3E; }

 p { color: rgb(246,95,62); }

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

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

 a { background-color: rgb(246,95,62); }

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

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

 span { border-color: rgb(246,95,62); }

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