Html Css Color HEX #F5561C International Orange

📋 copy color: '#F5561C'

red 245 ◦ green 86 ◦ blue 28

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

Shades of International Orange #F5561C

Tints of International Orange #F5561C

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.96%

 BLUE value IS 28 (11.33% from 255) = 7.8%

R = 68.25%
G = 23.96%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F5561C (or 0xF5561C) is known color: International Orange. HEX triplet: F5, 56 and 1C. RGB value is (245,86,28). Sum of RGB (Red+Green+Blue) = 245+86+28=359 (47% of max value = 765). Red value is 245 (96.09% from 255 or 68.25% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 28 (11.33% from 255 or 7.80% from 359); Max value from RGB is 245 - color contains mainly: red. Hex color #F5561C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F5561C is #0AA9E3. Grayscale: #7F7F7F. Windows color (decimal): -698852 or 1857269. OLE color: 1857269.

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

Color convert

RGB 245 86 28 -
CMYK 0 0.65 0.89 0.04
HSL 16.04º 0.92% 0.54% -
HSV(B) 16.04º 0.89% 0.96% -
XYZ 41.19 26.15 3.98 -
YUV 126.93 72.18 212.22 -
System Red Green Blue C M Y K H S L
Decimal 245 86 28 0 0.65 0.89 0.04 16.04 0.92 0.54
Hex F5 56 1C 0 41 59 4 10 5C 36
Octal 365 126 34 0 101 131 4 20 134 66
Binary 11110101 1010110 11100 0 1000001 1011001 100 10000 1011100 110110

Color Harmonies of #F5561C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5561C

Black with #F5561C

Text Example


Text Example

White with #F5561C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5561C; }

 p { color: rgb(245,86,28); }

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

background-color css

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

 a { background-color: rgb(245,86,28); }

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

border-color css

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

 span { border-color: rgb(245,86,28); }

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