Html Css Color HEX #F55105 International Orange

📋 copy color: '#F55105'

red 245 ◦ green 81 ◦ blue 5

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

Shades of International Orange #F55105

Tints of International Orange #F55105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.51%

R = 74.02%
G = 24.47%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#F55105 (or 0xF55105) is known color: International Orange. HEX triplet: F5, 51 and 05. RGB value is (245,81,5). Sum of RGB (Red+Green+Blue) = 245+81+5=331 (43% of max value = 765). Red value is 245 (96.09% from 255 or 74.02% from 331); Green value is 81 (32.03% from 255 or 24.47% from 331); Blue value is 5 (2.34% from 255 or 1.51% from 331); Max value from RGB is 245 - color contains mainly: red. Hex color #F55105 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55105 is #0AAEFA. Grayscale: #797979. Windows color (decimal): -700155 or 348661. OLE color: 348661.

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

Color convert

RGB 245 81 5 -
CMYK 0 0.67 0.98 0.04
HSL 19º 0.96% 0.49% -
HSV(B) 19º 0.98% 0.96% -
XYZ 40.63 25.31 2.89 -
YUV 121.37 62.33 216.18 -
System Red Green Blue C M Y K H S L
Decimal 245 81 5 0 0.67 0.98 0.04 19 0.96 0.49
Hex F5 51 5 0 43 62 4 13 60 31
Octal 365 121 5 0 103 142 4 23 140 61
Binary 11110101 1010001 101 0 1000011 1100010 100 10011 1100000 110001

Color Harmonies of #F55105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55105

Black with #F55105

Text Example


Text Example

White with #F55105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55105; }

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

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

background-color css

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

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

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

border-color css

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

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

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