#F54F02

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

Shades of International Orange #F54F02

Tints of International Orange #F54F02

Color information

#F54F02 (or 0xF54F02) is unknown color: approx International Orange. HEX triplet: F5, 4F and 02. RGB value is (245,79,2). Sum of RGB (Red+Green+Blue) = 245+79+2=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 79 (31.25% from 255 or 24.23% from 326); Blue value is 2 (1.17% from 255 or 0.61% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F02 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54F02 is #0AB0FD. Grayscale: #787878. Windows color (decimal): -700670 or 151541. OLE color: 151541.

HSL color Cylindrical-coordinate representation of color #F54F02: hue angle of 19.01º 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 #F54F02 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.04.

Color convert

RGB245792-
CMYK00.680.990.04
HSL19.01º98.38%48.43%-
HSV(B)19.01º99.18%96.08%-
XYZ40.4625.012.75-
YUV119.8661.5217.26-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 75.15%
GREEN value IS 79 (31.25% from 255) = 24.23%
BLUE value IS 2 (1.17% from 255) = 0.61%
R=75.15%
G=24.23%
B=0.61%

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
Decimal24579200.680.990.0419.0198.3848.43
HexF54F2044634136230
Octal3651172010414342314260
Binary11110101100111110010001001100011100100111100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F54F02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F54F02; }

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

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

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

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

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

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

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

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