Html Css Color HEX #F55117 International Orange

📋 copy color: '#F55117'

red 245 ◦ green 81 ◦ blue 23

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

Shades of International Orange #F55117

Tints of International Orange #F55117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 6.59%

R = 70.2%
G = 23.21%
B = 6.59%

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

#F55117 (or 0xF55117) is known color: International Orange. HEX triplet: F5, 51 and 17. RGB value is (245,81,23). Sum of RGB (Red+Green+Blue) = 245+81+23=349 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70.20% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 23 (9.38% from 255 or 6.59% from 349); Max value from RGB is 245 - color contains mainly: red. Hex color #F55117 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55117 is #0AAEE8. Grayscale: #7B7B7B. Windows color (decimal): -700137 or 1528309. OLE color: 1528309.

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

Color convert

RGB 245 81 23 -
CMYK 0 0.67 0.91 0.04
HSL 15.68º 0.92% 0.53% -
HSV(B) 15.68º 0.91% 0.96% -
XYZ 40.75 25.36 3.56 -
YUV 123.42 71.33 214.72 -
System Red Green Blue C M Y K H S L
Decimal 245 81 23 0 0.67 0.91 0.04 15.68 0.92 0.53
Hex F5 51 17 0 43 5B 4 10 5C 35
Octal 365 121 27 0 103 133 4 20 134 65
Binary 11110101 1010001 10111 0 1000011 1011011 100 10000 1011100 110101

Color Harmonies of #F55117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55117

Black with #F55117

Text Example


Text Example

White with #F55117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55117; }

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

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

background-color css

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

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

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

border-color css

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

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

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