#F5450C

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

Shades of Orange Red #F5450C

Tints of Orange Red #F5450C

Color information

#F5450C (or 0xF5450C) is unknown color: approx Orange Red. HEX triplet: F5, 45 and 0C. RGB value is (245,69,12). Sum of RGB (Red+Green+Blue) = 245+69+12=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 12 (5.08% from 255 or 3.68% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F5450C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F5450C is #0ABAF3. Grayscale: #737373. Windows color (decimal): -703220 or 804341. OLE color: 804341.

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

Color convert

RGB2456912-
CMYK00.720.950.04
HSL14.68º92.09%50.39%-
HSV(B)14.68º95.1%96.08%-
XYZ39.8523.72.82-
YUV115.1369.81220.63-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.15%
GREEN value IS 69 (27.34% from 255) = 21.17%
BLUE value IS 12 (5.08% from 255) = 3.68%
R=75.15%
G=21.17%
B=3.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.95
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245691200.720.950.0414.6892.0950.39
HexF545C0485F4f5c32
Octal36510514011013741713462
Binary111101011000101110001001000101111110011111011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5450C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5450C; }

 p { color: rgb(245,69,12); }

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

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

 a { background-color: rgb(245,69,12); }

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

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

 span { border-color: rgb(245,69,12); }

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