#F64A33

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

Shades of Red Orange #F64A33

Tints of Red Orange #F64A33

Color information

#F64A33 (or 0xF64A33) is unknown color: approx Red Orange. HEX triplet: F6, 4A and 33. RGB value is (246,74,51). Sum of RGB (Red+Green+Blue) = 246+74+51=371 (49% of max value = 765). Red value is 246 (96.48% from 255 or 66.31% from 371); Green value is 74 (29.30% from 255 or 19.95% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 246 - color contains mainly: red. Hex color #F64A33 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64A33 is #09B5CC. Grayscale: #7B7B7B. Windows color (decimal): -636365 or 3361526. OLE color: 3361526.

HSL color Cylindrical-coordinate representation of color #F64A33: hue angle of 7.08º 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 #F64A33 is Cyan = 0, Magento = 0.70, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB2467451-
CMYK00.700.790.04
HSL7.08º91.55%58.24%-
HSV(B)7.08º79.27%96.47%-
XYZ41.0524.735.74-
YUV122.8187.48215.87-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 66.31%
GREEN value IS 74 (29.30% from 255) = 19.95%
BLUE value IS 51 (20.31% from 255) = 13.75%
R=66.31%
G=19.95%
B=13.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246745100.700.790.047.0891.5558.24
HexF64A330464F475c3a
Octal3661126301061174713472
Binary1111011010010101100110100011010011111001111011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64A33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64A33; }

 p { color: rgb(246,74,51); }

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

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

 a { background-color: rgb(246,74,51); }

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

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

 span { border-color: rgb(246,74,51); }

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