Html Css Color HEX #F55413 International Orange

📋 copy color: '#F55413'

red 245 ◦ green 84 ◦ blue 19

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

Shades of International Orange #F55413

Tints of International Orange #F55413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 70.4%
G = 24.14%
B = 5.46%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F55413 (or 0xF55413) is known color: International Orange. HEX triplet: F5, 54 and 13. RGB value is (245,84,19). Sum of RGB (Red+Green+Blue) = 245+84+19=348 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.40% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 19 (7.81% from 255 or 5.46% from 348); Max value from RGB is 245 - color contains mainly: red. Hex color #F55413 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55413 is #0AABEC. Grayscale: #7D7D7D. Windows color (decimal): -699373 or 1266933. OLE color: 1266933.

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

Color convert

RGB 245 84 19 -
CMYK 0 0.66 0.92 0.04
HSL 17.26º 0.92% 0.52% -
HSV(B) 17.26º 0.92% 0.96% -
XYZ 40.94 25.8 3.44 -
YUV 124.73 68.34 213.79 -
System Red Green Blue C M Y K H S L
Decimal 245 84 19 0 0.66 0.92 0.04 17.26 0.92 0.52
Hex F5 54 13 0 42 5C 4 11 5C 34
Octal 365 124 23 0 102 134 4 21 134 64
Binary 11110101 1010100 10011 0 1000010 1011100 100 10001 1011100 110100

Color Harmonies of #F55413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55413

Black with #F55413

Text Example


Text Example

White with #F55413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55413; }

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

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

background-color css

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

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

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

border-color css

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

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

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