Html Css Color HEX #F55217 International Orange

📋 copy color: '#F55217'

red 245 ◦ green 82 ◦ blue 23

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

Shades of International Orange #F55217

Tints of International Orange #F55217

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.43%

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

R = 70%
G = 23.43%
B = 6.57%

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

#F55217 (or 0xF55217) is known color: International Orange. HEX triplet: F5, 52 and 17. RGB value is (245,82,23). Sum of RGB (Red+Green+Blue) = 245+82+23=350 (46% of max value = 765). Red value is 245 (96.09% from 255 or 70% from 350); Green value is 82 (32.42% from 255 or 23.43% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 245 - color contains mainly: red. Hex color #F55217 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #F55217 is #0AADE8. Grayscale: #7C7C7C. Windows color (decimal): -699881 or 1528565. OLE color: 1528565.

HSL color Cylindrical-coordinate representation of color #F55217: hue angle of 15.95º 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 #F55217 is Cyan = 0, Magento = 0.67, Yellow = 0.91 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 82 23 -
CMYK 0 0.67 0.91 0.04
HSL 15.95º 0.92% 0.53% -
HSV(B) 15.95º 0.91% 0.96% -
XYZ 40.83 25.51 3.58 -
YUV 124.01 71 214.3 -
System Red Green Blue C M Y K H S L
Decimal 245 82 23 0 0.67 0.91 0.04 15.95 0.92 0.53
Hex F5 52 17 0 43 5B 4 10 5C 35
Octal 365 122 27 0 103 133 4 20 134 65
Binary 11110101 1010010 10111 0 1000011 1011011 100 10000 1011100 110101

Color Harmonies of #F55217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F55217

Black with #F55217

Text Example


Text Example

White with #F55217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F55217; }

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

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

background-color css

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

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

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

border-color css

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

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

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