#F65C3B

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

Shades of Outrageous Orange #F65C3B

Tints of Outrageous Orange #F65C3B

Color information

#F65C3B (or 0xF65C3B) is unknown color: approx Outrageous Orange. HEX triplet: F6, 5C and 3B. RGB value is (246,92,59). Sum of RGB (Red+Green+Blue) = 246+92+59=397 (52% of max value = 765). Red value is 246 (96.48% from 255 or 61.96% from 397); Green value is 92 (36.33% from 255 or 23.17% from 397); Blue value is 59 (23.44% from 255 or 14.86% from 397); Max value from RGB is 246 - color contains mainly: red. Hex color #F65C3B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F65C3B is #09A3C4. Grayscale: #868686. Windows color (decimal): -631749 or 3890422. OLE color: 3890422.

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

Color convert

RGB2469259-
CMYK00.630.760.04
HSL10.59º91.22%59.8%-
HSV(B)10.59º76.02%96.47%-
XYZ42.6227.567.21-
YUV134.2885.52207.68-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 61.96%
GREEN value IS 92 (36.33% from 255) = 23.17%
BLUE value IS 59 (23.44% from 255) = 14.86%
R=61.96%
G=23.17%
B=14.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.76
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246925900.630.760.0410.5991.2259.8
HexF65C3B03F4C4b5b3c
Octal3661347307711441313374
Binary1111011010111001110110111111100110010010111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F65C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F65C3B; }

 p { color: rgb(246,92,59); }

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

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

 a { background-color: rgb(246,92,59); }

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

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

 span { border-color: rgb(246,92,59); }

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