#F64534

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

Shades of Red Orange #F64534

Tints of Red Orange #F64534

Color information

#F64534 (or 0xF64534) is unknown color: approx Red Orange. HEX triplet: F6, 45 and 34. RGB value is (246,69,52). Sum of RGB (Red+Green+Blue) = 246+69+52=367 (48% of max value = 765). Red value is 246 (96.48% from 255 or 67.03% from 367); Green value is 69 (27.34% from 255 or 18.80% from 367); Blue value is 52 (20.70% from 255 or 14.17% from 367); Max value from RGB is 246 - color contains mainly: red. Hex color #F64534 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64534 is #09BACB. Grayscale: #787878. Windows color (decimal): -637644 or 3425782. OLE color: 3425782.

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

Color convert

RGB2466952-
CMYK00.720.790.04
HSL5.26º91.51%58.43%-
HSV(B)5.26º78.86%96.47%-
XYZ40.7524.15.75-
YUV119.9889.64217.88-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 67.03%
GREEN value IS 69 (27.34% from 255) = 18.80%
BLUE value IS 52 (20.70% from 255) = 14.17%
R=67.03%
G=18.80%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246695200.720.790.045.2691.5158.43
HexF645340484F455c3a
Octal3661056401101174513472
Binary1111011010001011101000100100010011111001011011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64534; }

 p { color: rgb(246,69,52); }

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

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

 a { background-color: rgb(246,69,52); }

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

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

 span { border-color: rgb(246,69,52); }

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