#F34430

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

Shades of Red Orange #F34430

Tints of Red Orange #F34430

Color information

#F34430 (or 0xF34430) is unknown color: approx Red Orange. HEX triplet: F3, 44 and 30. RGB value is (243,68,48). Sum of RGB (Red+Green+Blue) = 243+68+48=359 (47% of max value = 765). Red value is 243 (95.31% from 255 or 67.69% from 359); Green value is 68 (26.95% from 255 or 18.94% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 243 - color contains mainly: red. Hex color #F34430 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F34430 is #0CBBCF. Grayscale: #767676. Windows color (decimal): -834512 or 3163379. OLE color: 3163379.

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

Color convert

RGB2436848-
CMYK00.720.800.05
HSL6.15º89.04%57.06%-
HSV(B)6.15º80.25%95.29%-
XYZ39.5623.45.23-
YUV118.0488.48217.13-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 67.69%
GREEN value IS 68 (26.95% from 255) = 18.94%
BLUE value IS 48 (19.14% from 255) = 13.37%
R=67.69%
G=18.94%
B=13.37%

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
Decimal243684800.720.800.056.1589.0457.06
HexF3443004850565939
Octal3631046001101205613171
Binary1111001110001001100000100100010100001011101011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F34430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F34430; }

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

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

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

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

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

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

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

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