#f54527

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

Shades of Red Orange #F54527

Tints of Red Orange #F54527

Color information

#F54527 (or 0xF54527) is unknown color: approx Red Orange. HEX triplet: F5, 45 and 27. RGB value is (245,69,39). Sum of RGB (Red+Green+Blue) = 245+69+39=353 (46% of max value = 765). Red value is 245 (96.09% from 255 or 69.41% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 39 (15.62% from 255 or 11.05% from 353); Max value from RGB is 245 - color contains mainly: red. Hex color #F54527 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F54527 is #0ABAD8. Grayscale: #767676. Windows color (decimal): -703193 or 2573813. OLE color: 2573813.

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

Color convert

RGB2456939-
CMYK00.720.840.04
HSL8.74º91.15%55.69%-
HSV(B)8.74º84.08%96.08%-
XYZ40.1523.824.4-
YUV118.283.31218.44-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 69.41%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 39 (15.62% from 255) = 11.05%
R=69.41%
G=19.55%
B=11.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.84
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245693900.720.840.048.7491.1555.69
HexF5452704854495b38
Octal36510547011012441113370
Binary11110101100010110011101001000101010010010011011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f54527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f54527; }

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

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

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

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

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

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

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

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