Html Css Color HEX #F5500F International Orange

📋 copy color: '#F5500F'

red 245 ◦ green 80 ◦ blue 15

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

Shades of International Orange #F5500F

Tints of International Orange #F5500F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.41%

R = 72.06%
G = 23.53%
B = 4.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F5500F (or 0xF5500F) is known color: International Orange. HEX triplet: F5, 50 and 0F. RGB value is (245,80,15). Sum of RGB (Red+Green+Blue) = 245+80+15=340 (45% of max value = 765). Red value is 245 (96.09% from 255 or 72.06% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 15 (6.25% from 255 or 4.41% from 340); Max value from RGB is 245 - color contains mainly: red. Hex color #F5500F is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F5500F is #0AAFF0. Grayscale: #7A7A7A. Windows color (decimal): -700401 or 1003765. OLE color: 1003765.

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

Color convert

RGB 245 80 15 -
CMYK 0 0.67 0.94 0.04
HSL 16.96º 0.92% 0.51% -
HSV(B) 16.96º 0.94% 0.96% -
XYZ 40.61 25.18 3.17 -
YUV 121.93 67.66 215.79 -
System Red Green Blue C M Y K H S L
Decimal 245 80 15 0 0.67 0.94 0.04 16.96 0.92 0.51
Hex F5 50 F 0 43 5E 4 11 5C 33
Octal 365 120 17 0 103 136 4 21 134 63
Binary 11110101 1010000 1111 0 1000011 1011110 100 10001 1011100 110011

Color Harmonies of #F5500F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5500F

Black with #F5500F

Text Example


Text Example

White with #F5500F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5500F; }

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

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

background-color css

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

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

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

border-color css

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

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

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