#F3480A

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

Shades of Orange Red #F3480A

Tints of Orange Red #F3480A

Color information

#F3480A (or 0xF3480A) is unknown color: approx Orange Red. HEX triplet: F3, 48 and 0A. RGB value is (243,72,10). Sum of RGB (Red+Green+Blue) = 243+72+10=325 (43% of max value = 765). Red value is 243 (95.31% from 255 or 74.77% from 325); Green value is 72 (28.52% from 255 or 22.15% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 243 - color contains mainly: red. Hex color #F3480A is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F3480A is #0CB7F5. Grayscale: #747474. Windows color (decimal): -833526 or 674035. OLE color: 674035.

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

Color convert

RGB2437210-
CMYK00.700.960.05
HSL15.97º92.09%49.61%-
HSV(B)15.97º95.88%95.29%-
XYZ39.3323.712.79-
YUV116.0668.15218.54-

RGB Variations

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

RGB

RED value IS 243 (95.31% from 255) = 74.77%
GREEN value IS 72 (28.52% from 255) = 22.15%
BLUE value IS 10 (4.30% from 255) = 3.08%
R=74.77%
G=22.15%
B=3.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.96
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal243721000.700.960.0515.9792.0949.61
HexF348A046605105c32
Octal36311012010614052013462
Binary1111001110010001010010001101100000101100001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F3480A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F3480A; }

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

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

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

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

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

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

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

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