Html Css Color HEX #F55115 International Orange

📋 copy color: '#F55115'

red 245 ◦ green 81 ◦ blue 21

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

Shades of International Orange #F55115

Tints of International Orange #F55115

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.05%

R = 70.61%
G = 23.34%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.04

RGB Variations

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

Color information

#F55115 (or 0xF55115) is known color: International Orange. HEX triplet: F5, 51 and 15. RGB value is (245,81,21). Sum of RGB (Red+Green+Blue) = 245+81+21=347 (45% of max value = 765). Red value is 245 (96.09% from 255 or 70.61% from 347); Green value is 81 (32.03% from 255 or 23.34% from 347); Blue value is 21 (8.59% from 255 or 6.05% from 347); Max value from RGB is 245 - color contains mainly: red. Hex color #F55115 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55115 is #0AAEEA. Grayscale: #7B7B7B. Windows color (decimal): -700139 or 1397237. OLE color: 1397237.

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

Color convert

RGB 245 81 21 -
CMYK 0 0.67 0.91 0.04
HSL 16.07º 0.92% 0.52% -
HSV(B) 16.07º 0.91% 0.96% -
XYZ 40.73 25.35 3.46 -
YUV 123.2 70.33 214.88 -
System Red Green Blue C M Y K H S L
Decimal 245 81 21 0 0.67 0.91 0.04 16.07 0.92 0.52
Hex F5 51 15 0 43 5B 4 10 5C 34
Octal 365 121 25 0 103 133 4 20 134 64
Binary 11110101 1010001 10101 0 1000011 1011011 100 10000 1011100 110100

Color Harmonies of #F55115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55115

Black with #F55115

Text Example


Text Example

White with #F55115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55115; }

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

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

background-color css

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

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

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

border-color css

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

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

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