Html Css Color HEX #F55101 International Orange

📋 copy color: '#F55101'

red 245 ◦ green 81 ◦ blue 1

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

Shades of International Orange #F55101

Tints of International Orange #F55101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.31%

R = 74.92%
G = 24.77%
B = 0.31%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1.00

 K value IS 0.04

RGB Variations

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

Color information

#F55101 (or 0xF55101) is known color: International Orange. HEX triplet: F5, 51 and 01. RGB value is (245,81,1). Sum of RGB (Red+Green+Blue) = 245+81+1=327 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.92% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 245 - color contains mainly: red. Hex color #F55101 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55101 is #0AAEFE. Grayscale: #797979. Windows color (decimal): -700159 or 86517. OLE color: 86517.

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

Color convert

RGB 245 81 1 -
CMYK 0 0.67 1.00 0.04
HSL 19.67º 0.99% 0.48% -
HSV(B) 19.67º 1% 0.96% -
XYZ 40.6 25.3 2.77 -
YUV 120.92 60.33 216.5 -
System Red Green Blue C M Y K H S L
Decimal 245 81 1 0 0.67 1.00 0.04 19.67 0.99 0.48
Hex F5 51 1 0 43 64 4 14 63 30
Octal 365 121 1 0 103 144 4 24 143 60
Binary 11110101 1010001 1 0 1000011 1100100 100 10100 1100011 110000

Color Harmonies of #F55101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55101

Black with #F55101

Text Example


Text Example

White with #F55101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55101; }

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

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

background-color css

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

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

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

border-color css

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

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

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