#F64327

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

Shades of Red Orange #F64327

Tints of Red Orange #F64327

Color information

#F64327 (or 0xF64327) is unknown color: approx Red Orange. HEX triplet: F6, 43 and 27. RGB value is (246,67,39). Sum of RGB (Red+Green+Blue) = 246+67+39=352 (46% of max value = 765). Red value is 246 (96.48% from 255 or 69.89% from 352); Green value is 67 (26.56% from 255 or 19.03% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 246 - color contains mainly: red. Hex color #F64327 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64327 is #09BCD8. Grayscale: #757575. Windows color (decimal): -638169 or 2573302. OLE color: 2573302.

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

Color convert

RGB2466739-
CMYK00.730.840.04
HSL8.12º92%55.88%-
HSV(B)8.12º84.15%96.47%-
XYZ40.3823.754.38-
YUV117.3383.8219.78-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 69.89%
GREEN value IS 67 (26.56% from 255) = 19.03%
BLUE value IS 39 (15.62% from 255) = 11.08%
R=69.89%
G=19.03%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246673900.730.840.048.129255.88
HexF6432704954485c38
Octal36610347011112441013470
Binary11110110100001110011101001001101010010010001011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64327; }

 p { color: rgb(246,67,39); }

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

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

 a { background-color: rgb(246,67,39); }

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

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

 span { border-color: rgb(246,67,39); }

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