#F54E02

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

Shades of International Orange #F54E02

Tints of International Orange #F54E02

Color information

#F54E02 (or 0xF54E02) is unknown color: approx International Orange. HEX triplet: F5, 4E and 02. RGB value is (245,78,2). Sum of RGB (Red+Green+Blue) = 245+78+2=325 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.38% from 325); Green value is 78 (30.86% from 255 or 24% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 245 - color contains mainly: red. Hex color #F54E02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54E02 is #0AB1FD. Grayscale: #777777. Windows color (decimal): -700926 or 151285. OLE color: 151285.

HSL color Cylindrical-coordinate representation of color #F54E02: hue angle of 18.77º degrees, saturation: 0.98, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F54E02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB245782-
CMYK00.680.990.04
HSL18.77º98.38%48.43%-
HSV(B)18.77º99.18%96.08%-
XYZ40.3924.872.73-
YUV119.2761.83217.68-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.38%
GREEN value IS 78 (30.86% from 255) = 24%
BLUE value IS 2 (1.17% from 255) = 0.62%
R=75.38%
G=24%
B=0.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24578200.680.990.0418.7798.3848.43
HexF54E2044634136230
Octal3651162010414342314260
Binary11110101100111010010001001100011100100111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54E02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54E02; }

 p { color: rgb(245,78,2); }

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

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

 a { background-color: rgb(245,78,2); }

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

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

 span { border-color: rgb(245,78,2); }

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