#F64430

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

Shades of Red Orange #F64430

Tints of Red Orange #F64430

Color information

#F64430 (or 0xF64430) is unknown color: approx Red Orange. HEX triplet: F6, 44 and 30. RGB value is (246,68,48). Sum of RGB (Red+Green+Blue) = 246+68+48=362 (47% of max value = 765). Red value is 246 (96.48% from 255 or 67.96% from 362); Green value is 68 (26.95% from 255 or 18.78% from 362); Blue value is 48 (19.14% from 255 or 13.26% from 362); Max value from RGB is 246 - color contains mainly: red. Hex color #F64430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F64430 is #09BBCF. Grayscale: #777777. Windows color (decimal): -637904 or 3163382. OLE color: 3163382.

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

Color convert

RGB2466848-
CMYK00.720.800.04
HSL6.06º91.67%57.65%-
HSV(B)6.06º80.49%96.47%-
XYZ40.6123.945.28-
YUV118.9487.97218.63-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 67.96%
GREEN value IS 68 (26.95% from 255) = 18.78%
BLUE value IS 48 (19.14% from 255) = 13.26%
R=67.96%
G=18.78%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal246684800.720.800.046.0691.6757.65
HexF6443004850465c3a
Octal3661046001101204613472
Binary1111011010001001100000100100010100001001101011100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F64430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F64430; }

 p { color: rgb(246,68,48); }

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

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

 a { background-color: rgb(246,68,48); }

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

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

 span { border-color: rgb(246,68,48); }

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