#F34530

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

Shades of Red Orange #F34530

Tints of Red Orange #F34530

Color information

#F34530 (or 0xF34530) is unknown color: approx Red Orange. HEX triplet: F3, 45 and 30. RGB value is (243,69,48). Sum of RGB (Red+Green+Blue) = 243+69+48=360 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.5% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 48 (19.14% from 255 or 13.33% from 360); Max value from RGB is 243 - color contains mainly: red. Hex color #F34530 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34530 is #0CBACF. Grayscale: #767676. Windows color (decimal): -834256 or 3163635. OLE color: 3163635.

HSL color Cylindrical-coordinate representation of color #F34530: hue angle of 6.46º 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 #F34530 is Cyan = 0, Magento = 0.72, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB2436948-
CMYK00.720.800.05
HSL6.46º89.04%57.06%-
HSV(B)6.46º80.25%95.29%-
XYZ39.6223.525.25-
YUV118.6388.15216.71-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 67.5%
GREEN value IS 69 (27.34% from 255) = 19.17%
BLUE value IS 48 (19.14% from 255) = 13.33%
R=67.5%
G=19.17%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243694800.720.800.056.4689.0457.06
HexF3453004850565939
Octal3631056001101205613171
Binary1111001110001011100000100100010100001011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34530; }

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

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

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

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

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

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

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

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