Html Css Color HEX #F55100 International Orange

📋 copy color: '#F55100'

red 245 ◦ green 81 ◦ blue 0

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

Shades of International Orange #F55100

Tints of International Orange #F55100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.15%
G = 24.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.04

RGB Variations

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

Color information

#F55100 (or 0xF55100) is known color: International Orange. HEX triplet: F5, 51 and 00. RGB value is (245,81,0). Sum of RGB (Red+Green+Blue) = 245+81+0=326 (43% of max value = 765). Red value is 245 (96.09% from 255 or 75.15% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 0 (0.39% from 255 or 0% from 326); Max value from RGB is 245 - color contains mainly: red. Hex color #F55100 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55100 is #0AAEFF. Grayscale: #797979. Windows color (decimal): -700160 or 20981. OLE color: 20981.

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

Color convert

RGB 245 81 0 -
CMYK 0 0.67 1 0.04
HSL 19.84º 1% 0.48% -
HSV(B) 19.84º 1% 0.96% -
XYZ 40.6 25.3 2.74 -
YUV 120.8 59.83 216.59 -
System Red Green Blue C M Y K H S L
Decimal 245 81 0 0 0.67 1 0.04 19.84 1 0.48
Hex F5 51 0 0 43 64 4 14 64 30
Octal 365 121 0 0 103 144 4 24 144 60
Binary 11110101 1010001 0 0 1000011 1100100 100 10100 1100100 110000

Color Harmonies of #F55100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55100

Black with #F55100

Text Example


Text Example

White with #F55100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55100; }

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

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

background-color css

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

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

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

border-color css

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

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

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