#F3450A

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

Shades of Orange Red #F3450A

Tints of Orange Red #F3450A

Color information

#F3450A (or 0xF3450A) is unknown color: approx Orange Red. HEX triplet: F3, 45 and 0A. RGB value is (243,69,10). Sum of RGB (Red+Green+Blue) = 243+69+10=322 (42% of max value = 765). Red value is 243 (95.31% from 255 or 75.47% from 322); Green value is 69 (27.34% from 255 or 21.43% from 322); Blue value is 10 (4.30% from 255 or 3.11% from 322); Max value from RGB is 243 - color contains mainly: red. Hex color #F3450A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3450A is #0CBAF5. Grayscale: #727272. Windows color (decimal): -834294 or 673267. OLE color: 673267.

HSL color Cylindrical-coordinate representation of color #F3450A: hue angle of 15.19º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F3450A is Cyan = 0, Magento = 0.72, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB2436910-
CMYK00.720.960.05
HSL15.19º92.09%49.61%-
HSV(B)15.19º95.88%95.29%-
XYZ39.1523.332.73-
YUV114.369.15219.8-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 75.47%
GREEN value IS 69 (27.34% from 255) = 21.43%
BLUE value IS 10 (4.30% from 255) = 3.11%
R=75.47%
G=21.43%
B=3.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243691000.720.960.0515.1992.0949.61
HexF345A048605f5c32
Octal36310512011014051713462
Binary111100111000101101001001000110000010111111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3450A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3450A; }

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

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

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

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

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

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

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

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