#F34630

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

Shades of Red Orange #F34630

Tints of Red Orange #F34630

Color information

#F34630 (or 0xF34630) is unknown color: approx Red Orange. HEX triplet: F3, 46 and 30. RGB value is (243,70,48). Sum of RGB (Red+Green+Blue) = 243+70+48=361 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.31% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 243 - color contains mainly: red. Hex color #F34630 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34630 is #0CB9CF. Grayscale: #777777. Windows color (decimal): -834000 or 3163891. OLE color: 3163891.

HSL color Cylindrical-coordinate representation of color #F34630: hue angle of 6.77º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F34630 is Cyan = 0, Magento = 0.71, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB2437048-
CMYK00.710.800.05
HSL6.77º89.04%57.06%-
HSV(B)6.77º80.25%95.29%-
XYZ39.6923.655.27-
YUV119.2287.81216.29-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 67.31%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 48 (19.14% from 255) = 13.30%
R=67.31%
G=19.39%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243704800.710.800.056.7789.0457.06
HexF3463004750575939
Octal3631066001071205713171
Binary1111001110001101100000100011110100001011111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34630; }

 p { color: rgb(243,70,48); }

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

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

 a { background-color: rgb(243,70,48); }

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

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

 span { border-color: rgb(243,70,48); }

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