Html Css Color HEX #F55113 International Orange

📋 copy color: '#F55113'

red 245 ◦ green 81 ◦ blue 19

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

Shades of International Orange #F55113

Tints of International Orange #F55113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.48%

 BLUE value IS 19 (7.81% from 255) = 5.51%

R = 71.01%
G = 23.48%
B = 5.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F55113 (or 0xF55113) is known color: International Orange. HEX triplet: F5, 51 and 13. RGB value is (245,81,19). Sum of RGB (Red+Green+Blue) = 245+81+19=345 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.01% from 345); Green value is 81 (32.03% from 255 or 23.48% from 345); Blue value is 19 (7.81% from 255 or 5.51% from 345); Max value from RGB is 245 - color contains mainly: red. Hex color #F55113 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55113 is #0AAEEC. Grayscale: #7B7B7B. Windows color (decimal): -700141 or 1266165. OLE color: 1266165.

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

Color convert

RGB 245 81 19 -
CMYK 0 0.67 0.92 0.04
HSL 16.46º 0.92% 0.52% -
HSV(B) 16.46º 0.92% 0.96% -
XYZ 40.72 25.34 3.36 -
YUV 122.97 69.33 215.04 -
System Red Green Blue C M Y K H S L
Decimal 245 81 19 0 0.67 0.92 0.04 16.46 0.92 0.52
Hex F5 51 13 0 43 5C 4 10 5C 34
Octal 365 121 23 0 103 134 4 20 134 64
Binary 11110101 1010001 10011 0 1000011 1011100 100 10000 1011100 110100

Color Harmonies of #F55113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55113

Black with #F55113

Text Example


Text Example

White with #F55113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55113; }

 p { color: rgb(245,81,19); }

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

background-color css

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

 a { background-color: rgb(245,81,19); }

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

border-color css

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

 span { border-color: rgb(245,81,19); }

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