Html Css Color HEX #F55013 International Orange

📋 copy color: '#F55013'

red 245 ◦ green 80 ◦ blue 19

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

Shades of International Orange #F55013

Tints of International Orange #F55013

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.26%

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

R = 71.22%
G = 23.26%
B = 5.52%

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

#F55013 (or 0xF55013) is known color: International Orange. HEX triplet: F5, 50 and 13. RGB value is (245,80,19). Sum of RGB (Red+Green+Blue) = 245+80+19=344 (45% of max value = 765). Red value is 245 (96.09% from 255 or 71.22% from 344); Green value is 80 (31.64% from 255 or 23.26% from 344); Blue value is 19 (7.81% from 255 or 5.52% from 344); Max value from RGB is 245 - color contains mainly: red. Hex color #F55013 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55013 is #0AAFEC. Grayscale: #7A7A7A. Windows color (decimal): -700397 or 1265909. OLE color: 1265909.

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

Color convert

RGB 245 80 19 -
CMYK 0 0.67 0.92 0.04
HSL 16.19º 0.92% 0.52% -
HSV(B) 16.19º 0.92% 0.96% -
XYZ 40.64 25.2 3.34 -
YUV 122.38 69.66 215.46 -
System Red Green Blue C M Y K H S L
Decimal 245 80 19 0 0.67 0.92 0.04 16.19 0.92 0.52
Hex F5 50 13 0 43 5C 4 10 5C 34
Octal 365 120 23 0 103 134 4 20 134 64
Binary 11110101 1010000 10011 0 1000011 1011100 100 10000 1011100 110100

Color Harmonies of #F55013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55013

Black with #F55013

Text Example


Text Example

White with #F55013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55013; }

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

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

background-color css

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

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

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

border-color css

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

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

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