Html Css Color HEX #FF5613 International Orange

📋 copy color: '#FF5613'

red 255 ◦ green 86 ◦ blue 19

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

Shades of International Orange #FF5613

Tints of International Orange #FF5613

RGB

 RED value IS 255 (100% from 255) = 70.83%

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

 BLUE value IS 19 (7.81% from 255) = 5.28%

R = 70.83%
G = 23.89%
B = 5.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0

RGB Variations

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

Color information

#FF5613 (or 0xFF5613) is known color: International Orange. HEX triplet: FF, 56 and 13. RGB value is (255,86,19). Sum of RGB (Red+Green+Blue) = 255+86+19=360 (47% of max value = 765). Red value is 255 (100% from 255 or 70.83% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 19 (7.81% from 255 or 5.28% from 360); Max value from RGB is 255 - color contains mainly: red. Hex color #FF5613 is not a web safe color. Web safe color analog (approx): #FF6600. Inversed color of #FF5613 is #00A9EC. Grayscale: #818181. Windows color (decimal): -43501 or 1267455. OLE color: 1267455.

HSL color Cylindrical-coordinate representation of color #FF5613: hue angle of 17.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF5613 is Cyan = 0, Magento = 0.66, Yellow = 0.93 and Black (K on CMYK) = 0.

Color convert

RGB 255 86 19 -
CMYK 0 0.66 0.93 0
HSL 17.03º 1% 0.54% -
HSV(B) 17.03º 0.93% 1% -
XYZ 44.69 27.96 3.66 -
YUV 128.89 65.99 217.95 -
System Red Green Blue C M Y K H S L
Decimal 255 86 19 0 0.66 0.93 0 17.03 1 0.54
Hex FF 56 13 0 42 5D 0 11 64 36
Octal 377 126 23 0 102 135 0 21 144 66
Binary 11111111 1010110 10011 0 1000010 1011101 0 10001 1100100 110110

Color Harmonies of #FF5613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF5613

Black with #FF5613

Text Example


Text Example

White with #FF5613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF5613; }

 p { color: rgb(255,86,19); }

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

background-color css

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

 a { background-color: rgb(255,86,19); }

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

border-color css

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

 span { border-color: rgb(255,86,19); }

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