Html Css Color HEX #F54F10 International Orange

📋 copy color: '#F54F10'

red 245 ◦ green 79 ◦ blue 16

#F54F10
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of International Orange #F54F10

Tints of International Orange #F54F10

RGB

 RED value IS 245 (96.09% from 255) = 72.06%

 GREEN value IS 79 (31.25% from 255) = 23.24%

 BLUE value IS 16 (6.64% from 255) = 4.71%

R = 72.06%
G = 23.24%
B = 4.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F54F10 (or 0xF54F10) is known color: International Orange. HEX triplet: F5, 4F and 10. RGB value is (245,79,16). Sum of RGB (Red+Green+Blue) = 245+79+16=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 79 (31.25% from 255 or 23.24% from 340); Blue value is 16 (6.64% from 255 or 4.71% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F54F10 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F54F10 is #0AB0EF. Grayscale: #797979. Windows color (decimal): -700656 or 1069045. OLE color: 1069045.

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

Color convert

RGB 245 79 16 -
CMYK 0 0.68 0.93 0.04
HSL 16.51º 0.92% 0.51% -
HSV(B) 16.51º 0.93% 0.96% -
XYZ 40.55 25.04 3.19 -
YUV 121.45 68.5 216.12 -
System Red Green Blue C M Y K H S L
Decimal 245 79 16 0 0.68 0.93 0.04 16.51 0.92 0.51
Hex F5 4F 10 0 44 5D 4 11 5C 33
Octal 365 117 20 0 104 135 4 21 134 63
Binary 11110101 1001111 10000 0 1000100 1011101 100 10001 1011100 110011

Color Harmonies of #F54F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F54F10

Black with #F54F10

Text Example


Text Example

White with #F54F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F54F10; }

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

 H1.HeaderClassName
 {
   color: #F54F10;
 }
 .AnyTagClassName
 {
   color: #F54F10;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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